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 c01e53f commit 3683641Copy full SHA for 3683641
clang/lib/CIR/Dialect/IR/CIRDialect.cpp
@@ -1905,7 +1905,7 @@ void cir::TernaryOp::build(
1905
YieldOp yield = dyn_cast_or_null<YieldOp>(trueRegion->back().getTerminator());
1906
if (!yield)
1907
yield = dyn_cast_or_null<YieldOp>(falseRegion->back().getTerminator());
1908
-
+
1909
assert((yield && yield.getNumOperands() <= 1) &&
1910
"expected zero or one result type");
1911
if (yield.getNumOperands() == 1)
0 commit comments