mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
fix formatting; NFC
llvm-svn: 287582
This commit is contained in:
parent
4642e9c80c
commit
018583aa87
@ -709,7 +709,6 @@ Instruction *InstCombiner::visitFMul(BinaryOperator &I) {
|
||||
BuilderTy::FastMathFlagGuard Guard(*Builder);
|
||||
Builder->setFastMathFlags(I.getFastMathFlags());
|
||||
Value *T = Builder->CreateFMul(Opnd1, Opnd1);
|
||||
|
||||
Value *R = Builder->CreateFMul(T, Y);
|
||||
R->takeName(&I);
|
||||
return replaceInstUsesWith(I, R);
|
||||
|
Loading…
x
Reference in New Issue
Block a user