Skip to content

Commit f17639c

Browse files
authored
[CIR][NFC] Remove code after return statement (#1730)
Remove code after return statement
1 parent 0f6459e commit f17639c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang/lib/CIR/CodeGen/CIRGenExpr.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -600,8 +600,6 @@ CIRGenCallee CIRGenFunction::emitCallee(const clang::Expr *E) {
600600
CIRGenCalleeInfo calleeInfo(functionType->getAs<FunctionProtoType>(), GD);
601601
CIRGenCallee callee(calleeInfo, calleePtr.getDefiningOp());
602602
return callee;
603-
604-
assert(false && "Nothing else supported yet!");
605603
}
606604

607605
mlir::Value CIRGenFunction::emitToMemory(mlir::Value Value, QualType Ty) {

0 commit comments

Comments
 (0)