Skip to content

Commit 221885c

Browse files
committedSep 10, 2015
Revert "[SPARC] Switch to the Machine Scheduler."
This reverts commit r247315. Accidentally omitted test changes; will resubmit full change shortly. llvm-svn: 247328
1 parent dc8b1e5 commit 221885c

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed
 

‎llvm/lib/Target/Sparc/SparcSubtarget.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,3 @@ int SparcSubtarget::getAdjustedFrameSize(int frameSize) const {
8181
}
8282
return frameSize;
8383
}
84-
85-
bool SparcSubtarget::enableMachineScheduler() const {
86-
return true;
87-
}

‎llvm/lib/Target/Sparc/SparcSubtarget.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ class SparcSubtarget : public SparcGenSubtargetInfo {
6060
return &TSInfo;
6161
}
6262

63-
bool enableMachineScheduler() const override;
64-
6563
bool isV9() const { return IsV9; }
6664
bool isVIS() const { return IsVIS; }
6765
bool isVIS2() const { return IsVIS2; }
@@ -87,6 +85,7 @@ class SparcSubtarget : public SparcGenSubtargetInfo {
8785
/// returns adjusted framesize which includes space for register window
8886
/// spills and arguments.
8987
int getAdjustedFrameSize(int stackSize) const;
88+
9089
};
9190

9291
} // end namespace llvm

0 commit comments

Comments
 (0)