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