mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-07 01:38:26 +00:00
Remove duplicate check of LimitFloatPrecision. It was already checked earlier before IsExp10 could be set to true.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168553 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
915562e762
commit
c1aa638fff
@ -4184,7 +4184,7 @@ SelectionDAGBuilder::visitPow(const CallInst &I) {
|
||||
}
|
||||
}
|
||||
|
||||
if (IsExp10 && LimitFloatPrecision > 0 && LimitFloatPrecision <= 18) {
|
||||
if (IsExp10) {
|
||||
SDValue Op = getValue(I.getArgOperand(1));
|
||||
|
||||
// Put the exponent in the right bit position for later addition to the
|
||||
|
Loading…
x
Reference in New Issue
Block a user