Remove training whitespace.
[oota-llvm.git] / include / llvm / Target / TargetSubtargetInfo.h
index 37365b2a9c7e66f62c89b481ca50bdcf36d21f7b..1b2e06acc2b0189763179515f5785b6ee29119ab 100644 (file)
@@ -56,6 +56,9 @@ public:
     return 0;
   }
 
+  /// \brief Temporary API to test migration to MI scheduler.
+  bool useMachineScheduler() const;
+
   /// \brief True if the subtarget should run MachineScheduler after aggressive
   /// coalescing.
   ///