Skip to content

Commit

Permalink
[ARM] Enable ARMCodeGenPrepare by default
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sparker-arm committed Sep 11, 2018
1 parent b658f1d commit 945604d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/ARM/ARMCodeGenPrepare.cpp
Expand Up @@ -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>
Expand Down

0 comments on commit 945604d

Please sign in to comment.