forked from OSchip/llvm-project
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:
parent
9d5974a9fc
commit
0efe27e62b
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue