mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
[LoopSimplifyCFG] Turn on term folding after underlying bug fixed
llvm-svn: 347641
This commit is contained in:
parent
eecd54872d
commit
a509ba53fd
@ -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…
x
Reference in New Issue
Block a user