Skip to content

Commit 9fa4927

Browse files
committed
format
1 parent 0610edf commit 9fa4927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/CodeGenPrepare.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6504,7 +6504,7 @@ bool CodeGenPrepare::optimizeMulWithOverflow(Instruction *I, bool IsSigned,
65046504

65056505
// BB overflow.no:
65066506
Builder.SetInsertPoint(NoOverflowBB);
6507-
Value *ExtLoLHS, *ExtLoRHS;
6507+
Value *ExtLoLHS, *ExtLoRHS;
65086508
if (IsSigned) {
65096509
ExtLoLHS = Builder.CreateSExt(LoLHS, Ty, "lo.lhs.ext");
65106510
ExtLoRHS = Builder.CreateSExt(LoRHS, Ty, "lo.rhs.ext");

0 commit comments

Comments
 (0)