diff --git a/clang/lib/CIR/CodeGen/CIRGenExpr.cpp b/clang/lib/CIR/CodeGen/CIRGenExpr.cpp index c9b4634d9f0a..2ab018aa82f6 100644 --- a/clang/lib/CIR/CodeGen/CIRGenExpr.cpp +++ b/clang/lib/CIR/CodeGen/CIRGenExpr.cpp @@ -600,8 +600,6 @@ CIRGenCallee CIRGenFunction::emitCallee(const clang::Expr *E) { CIRGenCalleeInfo calleeInfo(functionType->getAs(), GD); CIRGenCallee callee(calleeInfo, calleePtr.getDefiningOp()); return callee; - - assert(false && "Nothing else supported yet!"); } mlir::Value CIRGenFunction::emitToMemory(mlir::Value Value, QualType Ty) {