summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-fix-entrypoint-callsite.h
blob: 493d67a7742a1bcd9a7c59e31d68302d0bdc2a1b (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include "slang-ir.h"

namespace Slang
{
void fixEntryPointCallsites(IRModule* module);

} // namespace Slang