summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorSam Parker <sam.parker@arm.com>2018-09-11 12:45:43 +0000
committerSam Parker <sam.parker@arm.com>2018-09-11 12:45:43 +0000
commit945604d511bceec8dd92e0b59018326cc7997830 (patch)
treee922d0b82008c3880f6636f35ad82a240df63c78 /llvm/lib
parentb658f1df352c9e4a02699b729c13cca883b4f31b (diff)
downloadbcm5719-llvm-945604d511bceec8dd92e0b59018326cc7997830.tar.gz
bcm5719-llvm-945604d511bceec8dd92e0b59018326cc7997830.zip
[ARM] Enable ARMCodeGenPrepare by default
We've had the pass enabled downstream for a couple of weeks and it seems to be okay, so enable it by default. Differential Revision: https://reviews.llvm.org/D51920 llvm-svn: 341932
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/ARMCodeGenPrepare.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMCodeGenPrepare.cpp b/llvm/lib/Target/ARM/ARMCodeGenPrepare.cpp
index ea0882915f2..f7df39ac385 100644
--- a/llvm/lib/Target/ARM/ARMCodeGenPrepare.cpp
+++ b/llvm/lib/Target/ARM/ARMCodeGenPrepare.cpp
@@ -42,7 +42,7 @@
using namespace llvm;
static cl::opt<bool>
-DisableCGP("arm-disable-cgp", cl::Hidden, cl::init(true),
+DisableCGP("arm-disable-cgp", cl::Hidden, cl::init(false),
cl::desc("Disable ARM specific CodeGenPrepare pass"));
static cl::opt<bool>
OpenPOWER on IntegriCloud