summaryrefslogtreecommitdiff
path: root/source/slang/lower-to-ir.cpp
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2017-11-13 18:35:22 -0500
committerYong He <yonghe@outlook.com>2017-11-13 18:35:22 -0500
commit891c2c6055fe276e5527455ca59af80eea5c8328 (patch)
tree762a49add70dbb665a9e84fb09370ecc225719a7 /source/slang/lower-to-ir.cpp
parentbbf58baf84c704dff33f2b36d7277eebe573e11e (diff)
fix merge bug
Diffstat (limited to 'source/slang/lower-to-ir.cpp')
-rw-r--r--source/slang/lower-to-ir.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slang/lower-to-ir.cpp b/source/slang/lower-to-ir.cpp
index 759c386cd..bbbc1812b 100644
--- a/source/slang/lower-to-ir.cpp
+++ b/source/slang/lower-to-ir.cpp
@@ -2850,6 +2850,7 @@ struct DeclLoweringVisitor : DeclVisitor<DeclLoweringVisitor, LoweredValInfo>
IRType* irParamType = irResultType;
paramTypes.Add(irParamType);
subBuilder->emitParam(irParamType);
+
// TODO: we need some way to wire this up to the `newValue`
// or whatever name we give for that parameter inside
// the setter body.