From: Jim Grosbach Date: Wed, 8 Sep 2010 01:49:09 +0000 (+0000) Subject: woops. need to update a test along with this. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8b95dfe2b6c2c77b65bc35ce0db64d5a19617f29;p=oota-llvm.git woops. need to update a test along with this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113332 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMBaseRegisterInfo.cpp b/lib/Target/ARM/ARMBaseRegisterInfo.cpp index e285e013e1c..be33ed64275 100644 --- a/lib/Target/ARM/ARMBaseRegisterInfo.cpp +++ b/lib/Target/ARM/ARMBaseRegisterInfo.cpp @@ -51,7 +51,7 @@ EnableLocalStackAlloc("enable-local-stack-alloc", cl::init(true), cl::Hidden, using namespace llvm; static cl::opt -EnableBasePointer("arm-use-base-pointer", cl::Hidden, cl::init(false), +EnableBasePointer("arm-use-base-pointer", cl::Hidden, cl::init(true), cl::desc("Enable use of a base pointer for complex stack frames")); unsigned ARMBaseRegisterInfo::getRegisterNumbering(unsigned RegEnum,