diff options
Diffstat (limited to 'llvm/lib/Target/ARM/ARMCallLowering.cpp')
-rw-r--r-- | llvm/lib/Target/ARM/ARMCallLowering.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Target/ARM/ARMCallLowering.cpp b/llvm/lib/Target/ARM/ARMCallLowering.cpp index 10e144f8900..94b317a8f98 100644 --- a/llvm/lib/Target/ARM/ARMCallLowering.cpp +++ b/llvm/lib/Target/ARM/ARMCallLowering.cpp @@ -333,10 +333,6 @@ bool ARMCallLowering::lowerFormalArguments(MachineIRBuilder &MIRBuilder, if (Subtarget->isThumb()) return false; - // FIXME: Support soft float (when we're ready to generate libcalls) - if (Subtarget->useSoftFloat() || !Subtarget->hasVFP2()) - return false; - for (auto &Arg : F.args()) if (!isSupportedType(DL, TLI, Arg.getType())) return false; |