[ARM][TypePromotion] Re-enable by default

Re-enable the pass after it was reverted and the bug fixed.
This commit is contained in:
Sam Parker 2019-12-31 11:31:06 +00:00
parent 0c7ca82161
commit b409f73e1f
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
using namespace llvm;
static cl::opt<bool>
DisablePromotion("disable-type-promotion", cl::Hidden, cl::init(true),
DisablePromotion("disable-type-promotion", cl::Hidden, cl::init(false),
cl::desc("Disable type promotion pass"));
// The goal of this pass is to enable more efficient code generation for