forked from OSchip/llvm-project
[LoopSimplifyCFG] Turn on term folding after underlying bug fixed
llvm-svn: 347641
This commit is contained in:
parent
c4e4d6449a
commit
70b11c6d31
|
@ -42,7 +42,7 @@ using namespace llvm;
|
|||
#define DEBUG_TYPE "loop-simplifycfg"
|
||||
|
||||
static cl::opt<bool> EnableTermFolding("enable-loop-simplifycfg-term-folding",
|
||||
cl::init(false));
|
||||
cl::init(true));
|
||||
|
||||
STATISTIC(NumTerminatorsFolded,
|
||||
"Number of terminators folded to unconditional branches");
|
||||
|
|
Loading…
Reference in New Issue