Revert r351520, "Re-enable terminator folding in LoopSimplifyCFG"

This is still causing compilation crashes in some targets. Will follow up shortly with a repro.

llvm-svn: 351845
This commit is contained in:
Jordan Rupprecht 2019-01-22 17:39:02 +00:00
parent 9d5974a9fc
commit 0efe27e62b
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ using namespace llvm;
#define DEBUG_TYPE "loop-simplifycfg"
static cl::opt<bool> EnableTermFolding("enable-loop-simplifycfg-term-folding",
cl::init(true));
cl::init(false));
STATISTIC(NumTerminatorsFolded,
"Number of terminators folded to unconditional branches");