Skip to content

Commit 958dddf

Browse files
committed
[NFC][InstCombine] Fix typo
1 parent 25986a2 commit 958dddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2011,7 +2011,7 @@ Instruction *InstCombinerImpl::visitCallInst(CallInst &CI) {
20112011
if (Arg != Vect &&
20122012
cast<Instruction>(Arg)->getOpcode() == Instruction::SExt)
20132013
Res = Builder.CreateNeg(Res);
2014-
return replaceInstUsesWith(CI, Res);;
2014+
return replaceInstUsesWith(CI, Res);
20152015
}
20162016
}
20172017
}

0 commit comments

Comments
 (0)