mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Remove some code made dead by the fsel patch
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23085 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
28b9be300c
commit
60675f7562
@ -1608,7 +1608,6 @@ unsigned ISel::SelectExpr(SDOperand N, bool Recording) {
|
||||
// block.
|
||||
if (N.getOperand(3).Val->hasOneUse() &&
|
||||
(isa<ConstantSDNode>(N.getOperand(3)) ||
|
||||
isa<ConstantFPSDNode>(N.getOperand(3)) ||
|
||||
isa<GlobalAddressSDNode>(N.getOperand(3))))
|
||||
FalseValue = 0;
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user