summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-remove-unused-generic-param.h
blob: 295aae4b759415a3afd60dca745f3c81902f9772 (plain)
1
2
3
4
5
6
7
8
9
// slang-ir-remove-unused-generic-param.h
#pragma once

namespace Slang
{
struct IRModule;

bool removeUnusedGenericParam(IRModule* module);
} // namespace Slang