mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Re-enable terminator folding in LoopSimplifyCFG: underlying bugs fixed
llvm-svn: 351520
This commit is contained in:
parent
667cf61859
commit
a525eb8670
@ -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
Block a user