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