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