mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
more space; NFC
llvm-svn: 257401
This commit is contained in:
parent
9ac7e74796
commit
68ad8ce279
@ -1439,6 +1439,7 @@ Value *LibCallSimplifier::optimizeSqrt(CallInst *CI, IRBuilder<> &B) {
|
||||
// and multiply.
|
||||
IRBuilder<>::FastMathFlagGuard Guard(B);
|
||||
B.SetFastMathFlags(I->getFastMathFlags());
|
||||
|
||||
// If we found a repeated factor, hoist it out of the square root and
|
||||
// replace it with the fabs of that factor.
|
||||
Module *M = Callee->getParent();
|
||||
|
Loading…
Reference in New Issue
Block a user