From 891c2c6055fe276e5527455ca59af80eea5c8328 Mon Sep 17 00:00:00 2001 From: Yong He Date: Mon, 13 Nov 2017 18:35:22 -0500 Subject: fix merge bug --- source/slang/lower-to-ir.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'source/slang/lower-to-ir.cpp') 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 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. -- cgit v1.2.3