[SPARC] Switch to the Machine Scheduler.
[oota-llvm.git] / lib / Target / Sparc / SparcSubtarget.cpp
index 6bf8d41306263449b5e5499b7a0f43a3bc498296..d701594d27af018a702f1df43f37a320c5dd3c7b 100644 (file)
@@ -81,3 +81,7 @@ int SparcSubtarget::getAdjustedFrameSize(int frameSize) const {
   }
   return frameSize;
 }
+
+bool SparcSubtarget::enableMachineScheduler() const {
+  return true;
+}