[LoopSimplifyCFG] Turn on term folding after underlying bug fixed

llvm-svn: 347641
This commit is contained in:
Max Kazantsev 2018-11-27 06:19:42 +00:00
parent c4e4d6449a
commit 70b11c6d31
1 changed files with 1 additions and 1 deletions

View File

@ -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");