mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-11 23:16:20 +00:00
Revert "[SPARC] Switch to the Machine Scheduler."
This reverts commit r247315. Accidentally omitted test changes; will resubmit full change shortly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247328 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1c018c2ad0
commit
ec31826840
@ -81,7 +81,3 @@ int SparcSubtarget::getAdjustedFrameSize(int frameSize) const {
|
||||
}
|
||||
return frameSize;
|
||||
}
|
||||
|
||||
bool SparcSubtarget::enableMachineScheduler() const {
|
||||
return true;
|
||||
}
|
||||
|
@ -60,8 +60,6 @@ public:
|
||||
return &TSInfo;
|
||||
}
|
||||
|
||||
bool enableMachineScheduler() const override;
|
||||
|
||||
bool isV9() const { return IsV9; }
|
||||
bool isVIS() const { return IsVIS; }
|
||||
bool isVIS2() const { return IsVIS2; }
|
||||
@ -87,6 +85,7 @@ public:
|
||||
/// returns adjusted framesize which includes space for register window
|
||||
/// spills and arguments.
|
||||
int getAdjustedFrameSize(int stackSize) const;
|
||||
|
||||
};
|
||||
|
||||
} // end namespace llvm
|
||||
|
Loading…
x
Reference in New Issue
Block a user