Migrate existing backends that care about software floating point
[oota-llvm.git] / lib / Target / Mips / MipsISelLowering.h
index 2cbe20010a968eabe8b4913db0d63634c552e495..6ea14b53a57f1c2e3cafe7f9f3e41a32f162d02b 100644 (file)
@@ -530,6 +530,7 @@ namespace llvm {
     bool isFPImmLegal(const APFloat &Imm, EVT VT) const override;
 
     unsigned getJumpTableEncoding() const override;
+    bool useSoftFloat() const override;
 
     /// Emit a sign-extension using sll/sra, seb, or seh appropriately.
     MachineBasicBlock *emitSignExtendToI32InReg(MachineInstr *MI,