Add MI-Sched support for x86 macro fusion.
[oota-llvm.git] / lib / Target / X86 / X86InstrInfo.h
index f2f47efaef8bc563a61571caeb6e3634a6e6437e..a0d1ba75aaabdeb31771de12416781249e4815fe 100644 (file)
@@ -339,6 +339,9 @@ public:
                                        int64_t Offset1, int64_t Offset2,
                                        unsigned NumLoads) const;
 
+  virtual bool shouldScheduleAdjacent(MachineInstr* First,
+                                      MachineInstr *Second) const LLVM_OVERRIDE;
+
   virtual void getNoopForMachoTarget(MCInst &NopInst) const;
 
   virtual