Skip to content

Commit f252e49

Browse files
AmrDeveloperlanza
authored andcommitted
[CIR][NFC] Remove code after return statement (llvm#1730)
Remove code after return statement
1 parent 7a0d25a commit f252e49

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
@@ -597,8 +597,6 @@ CIRGenCallee CIRGenFunction::emitCallee(const clang::Expr *E) {
597597
CIRGenCalleeInfo calleeInfo(functionType->getAs<FunctionProtoType>(), GD);
598598
CIRGenCallee callee(calleeInfo, calleePtr.getDefiningOp());
599599
return callee;
600-
601-
assert(false && "Nothing else supported yet!");
602600
}
603601

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

0 commit comments

Comments
 (0)