[x86] Revert my over-eager commit in r217332.
[oota-llvm.git] / lib / Target / NVPTX / NVPTXISelLowering.h
index f4f2358c16d05352cd12df3118e2c997b76325b6..d66d81a531603c03d508f902ac182919de82418c 100644 (file)
@@ -505,9 +505,7 @@ public:
 
   bool allowFMA(MachineFunction &MF, CodeGenOpt::Level OptLevel) const;
 
-  virtual bool isFMAFasterThanFMulAndFAdd(EVT) const {
-    return true;
-  }
+  bool isFMAFasterThanFMulAndFAdd(EVT) const override { return true; }
 
 private:
   const NVPTXSubtarget &nvptxSubtarget; // cache the subtarget here