mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-23 02:32:11 +00:00
Remove unnecessary condition check.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140291 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6126870193
commit
c56f5ea4c3
@ -96,7 +96,6 @@ MipsTargetLowering(MipsTargetMachine &TM)
|
||||
|
||||
// When dealing with single precision only, use libcalls
|
||||
if (!Subtarget->isSingleFloat())
|
||||
if (!Subtarget->isFP64bit())
|
||||
addRegisterClass(MVT::f64, Mips::AFGR64RegisterClass);
|
||||
|
||||
// Load extented operations for i1 types must be promoted
|
||||
|
Loading…
x
Reference in New Issue
Block a user