From 809f520da01abc18abe12c6eb6742297ca0fe303 Mon Sep 17 00:00:00 2001 From: Tim Foley Date: Tue, 1 May 2018 14:32:03 -0700 Subject: Cleanups (#539) * Cleanup: remove unused files from project * Cleanup: move IRModule forward declaration into correct namespace --- source/slang/ir-ssa.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/slang/ir-ssa.h') 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); } -- cgit v1.2.3