mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-01 23:31:52 +00:00
ARM: Remove old testing option.
Pre-regalloc frame allocation and referencing has been on by default for ages. No need for the testing option that disables it. llvm-svn: 169931
This commit is contained in:
parent
969f11d9cd
commit
5c24898d2a
@ -44,10 +44,6 @@
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
static cl::opt<bool>
|
||||
EnableLocalStackAlloc("enable-local-stack-alloc", cl::init(true), cl::Hidden,
|
||||
cl::desc("Enable pre-regalloc stack frame index allocation"));
|
||||
|
||||
ARMBaseRegisterInfo::ARMBaseRegisterInfo(const ARMBaseInstrInfo &tii,
|
||||
const ARMSubtarget &sti)
|
||||
: ARMGenRegisterInfo(ARM::LR), TII(tii), STI(sti),
|
||||
@ -401,7 +397,7 @@ requiresFrameIndexScavenging(const MachineFunction &MF) const {
|
||||
|
||||
bool ARMBaseRegisterInfo::
|
||||
requiresVirtualBaseRegisters(const MachineFunction &MF) const {
|
||||
return EnableLocalStackAlloc;
|
||||
return true;
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user