1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 11:33:24 +02:00

[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
This commit is contained in:
Sam Parker 2018-09-11 12:45:43 +00:00
parent 58f63f7a9c
commit 32979413eb

View File

@ -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>