mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
disable temporarily while sorting out a few test failures in Thumb2-O0 tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113331 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
65924111bf
commit
8a076eb79d
@ -51,7 +51,7 @@ EnableLocalStackAlloc("enable-local-stack-alloc", cl::init(true), cl::Hidden,
|
||||
using namespace llvm;
|
||||
|
||||
static cl::opt<bool>
|
||||
EnableBasePointer("arm-use-base-pointer", cl::Hidden, cl::init(true),
|
||||
EnableBasePointer("arm-use-base-pointer", cl::Hidden, cl::init(false),
|
||||
cl::desc("Enable use of a base pointer for complex stack frames"));
|
||||
|
||||
unsigned ARMBaseRegisterInfo::getRegisterNumbering(unsigned RegEnum,
|
||||
|
Loading…
x
Reference in New Issue
Block a user