Skip to content

Commit 5064a5b

Browse files
[IR] Remove a redundant control flow statement (NFC) (#144100)
1 parent 2a80558 commit 5064a5b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/IR/DebugInfo.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2127,7 +2127,6 @@ static void emitDbgAssign(AssignmentInfo Info, Value *Val, Value *Dest,
21272127
&StoreLikeInst, Val, VarRec.Var, Expr, Dest, AddrExpr, VarRec.DL);
21282128
(void)Assign;
21292129
LLVM_DEBUG(if (Assign) errs() << " > INSERT: " << *Assign << "\n");
2130-
return;
21312130
}
21322131

21332132
#undef DEBUG_TYPE // Silence redefinition warning (from ConstantsContext.h).

0 commit comments

Comments
 (0)