forked from OSchip/llvm-project
[NFC][InstCombine] Fix typo
This commit is contained in:
parent
25986a21ef
commit
958dddf7df
|
@ -2011,7 +2011,7 @@ Instruction *InstCombinerImpl::visitCallInst(CallInst &CI) {
|
|||
if (Arg != Vect &&
|
||||
cast<Instruction>(Arg)->getOpcode() == Instruction::SExt)
|
||||
Res = Builder.CreateNeg(Res);
|
||||
return replaceInstUsesWith(CI, Res);;
|
||||
return replaceInstUsesWith(CI, Res);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue