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 6fe62e9 commit 0c59770Copy full SHA for 0c59770
clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
@@ -1857,9 +1857,6 @@ mlir::Value ScalarExprEmitter::VisitUnaryLNot(const UnaryOperator *e) {
1857
1858
// ZExt result to the expr type.
1859
return maybePromoteBoolResult(boolVal, cgf.convertType(e->getType()));
1860
-
1861
- cgf.cgm.errorNYI("destination type for logical-not unary operator is NYI");
1862
- return {};
1863
}
1864
1865
/// Return the size or alignment of the type of argument of the sizeof
0 commit comments