summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-insert-debug-value-store.h
blob: 3067c8cdd0f100d480a5a7d7632cbaad628763e1 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef SLANG_IR_INSERT_DEBUG_VALUE_STORE_H
#define SLANG_IR_INSERT_DEBUG_VALUE_STORE_H

namespace Slang
{
struct IRModule;
void insertDebugValueStore(IRModule* module);
} // namespace Slang

#endif // SLANG_IR_INSERT_DEBUG_VALUE_STORE_H