File tree 2 files changed +1
-6
lines changed
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,3 @@ int SparcSubtarget::getAdjustedFrameSize(int frameSize) const {
81
81
}
82
82
return frameSize;
83
83
}
84
-
85
- bool SparcSubtarget::enableMachineScheduler () const {
86
- return true ;
87
- }
Original file line number Diff line number Diff line change @@ -60,8 +60,6 @@ class SparcSubtarget : public SparcGenSubtargetInfo {
60
60
return &TSInfo;
61
61
}
62
62
63
- bool enableMachineScheduler () const override ;
64
-
65
63
bool isV9 () const { return IsV9; }
66
64
bool isVIS () const { return IsVIS; }
67
65
bool isVIS2 () const { return IsVIS2; }
@@ -87,6 +85,7 @@ class SparcSubtarget : public SparcGenSubtargetInfo {
87
85
// / returns adjusted framesize which includes space for register window
88
86
// / spills and arguments.
89
87
int getAdjustedFrameSize (int stackSize) const ;
88
+
90
89
};
91
90
92
91
} // end namespace llvm
You can’t perform that action at this time.
0 commit comments