summaryrefslogtreecommitdiff
path: root/source/slang/ir-ssa.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/ir-ssa.h')
-rw-r--r--source/slang/ir-ssa.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/slang/ir-ssa.h b/source/slang/ir-ssa.h
index b9a05c2ff..ad874845b 100644
--- a/source/slang/ir-ssa.h
+++ b/source/slang/ir-ssa.h
@@ -1,9 +1,9 @@
// ir-ssa.h
#pragma once
-struct IRModule;
-
namespace Slang
{
+ struct IRModule;
+
void constructSSA(IRModule* module);
}