[PostRA scheduling] Allow a target to do scheduling when it wants post RA.
[oota-llvm.git] / lib / Target / SystemZ / SystemZTargetMachine.h
index 0a81e1f9fdf99e9ef983e59cf0e11d5bde95e2a1..1a8f1f7f3aaa083b4593e3f7f5bf5dbf68983e3c 100644 (file)
@@ -43,6 +43,9 @@ public:
   TargetLoweringObjectFile *getObjFileLowering() const override {
     return TLOF.get();
   }
+
+  bool targetSchedulesPostRAScheduling() const override { return true; };
+
 };
 
 } // end namespace llvm