forked from OSchip/llvm-project
[ARM][TypePromotion] Re-enable by default
Re-enable the pass after it was reverted and the bug fixed.
This commit is contained in:
parent
0c7ca82161
commit
b409f73e1f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue