summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-type-set.cpp
blob: 7ac617bda557c709f2e562b01f1e05af94874e4f (plain)
1
2
3
4
5
6
7
8
9
10
// slang-ir-type-set.cpp
#include "slang-ir-type-set.h"

#include "slang-ir.h"
#include "slang-ir-insts.h"

namespace Slang
{

}