We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf978f1 commit bb9039fCopy full SHA for bb9039f
clang/lib/CIR/Dialect/IR/CIRDialect.cpp
@@ -1989,7 +1989,7 @@ void cir::TernaryOp::build(
1989
YieldOp yield = dyn_cast_or_null<YieldOp>(trueRegion->back().getTerminator());
1990
if (!yield)
1991
yield = dyn_cast_or_null<YieldOp>(falseRegion->back().getTerminator());
1992
-
+
1993
assert((yield && yield.getNumOperands() <= 1) &&
1994
"expected zero or one result type");
1995
if (yield.getNumOperands() == 1)
0 commit comments