summaryrefslogtreecommitdiff
path: root/source/slang/lower-to-ir.h
diff options
context:
space:
mode:
authorTim Foley <tim.foley.is@gmail.com>2017-08-16 16:25:32 -0700
committerGitHub <noreply@github.com>2017-08-16 16:25:32 -0700
commit3dd88c2eb5cd2e405cd5aa184a2cd45db6fb027a (patch)
tree040d49332f125fb7a5450128c98cb9abf21ec035 /source/slang/lower-to-ir.h
parent74e04b8746f7254d5e95520ff31fb09d4bc327b1 (diff)
parente30ba2f6b7ad346fa5f2d435a9edc9ba1c56efab (diff)
Merge pull request #167 from tfoleyNV/ir
More work on IR
Diffstat (limited to 'source/slang/lower-to-ir.h')
-rw-r--r--source/slang/lower-to-ir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/lower-to-ir.h b/source/slang/lower-to-ir.h
index b8e0f1a67..aa2cef631 100644
--- a/source/slang/lower-to-ir.h
+++ b/source/slang/lower-to-ir.h
@@ -19,7 +19,7 @@ namespace Slang
struct ExtensionUsageTracker;
- void lowerEntryPointToIR(
+ IRModule* lowerEntryPointToIR(
EntryPointRequest* entryPoint,
ProgramLayout* programLayout,
CodeGenTarget target);