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 7a0d25a commit f252e49Copy full SHA for f252e49
clang/lib/CIR/CodeGen/CIRGenExpr.cpp
@@ -597,8 +597,6 @@ CIRGenCallee CIRGenFunction::emitCallee(const clang::Expr *E) {
597
CIRGenCalleeInfo calleeInfo(functionType->getAs<FunctionProtoType>(), GD);
598
CIRGenCallee callee(calleeInfo, calleePtr.getDefiningOp());
599
return callee;
600
-
601
- assert(false && "Nothing else supported yet!");
602
}
603
604
mlir::Value CIRGenFunction::emitToMemory(mlir::Value Value, QualType Ty) {
0 commit comments