================
@@ -78,7 +78,7 @@ struct BinOpInfo {
class ScalarExprEmitter : public StmtVisitor<ScalarExprEmitter, mlir::Value> {
CIRGenFunction &cgf;
CIRGenBuilderTy &builder;
- bool ignoreResultAssign;
+ bool ignoreResultAssign = false;
----------------
bcardosolopes wrote:
Right, I forgot about it. Is there a comment in code anywhere to this effect?
Might be handy to have that when comparing OGCG with CIRGen.
https://github.com/llvm/llvm-project/pull/166118
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits