mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
Disable -split-phi-edges to unbreak the buildbots
llvm-svn: 89142
This commit is contained in:
parent
a314c2c407
commit
c51ee54bb8
@ -40,7 +40,7 @@ STATISTIC(NumSplits, "Number of critical edges split on demand");
|
||||
static cl::opt<bool>
|
||||
SplitEdges("split-phi-edges",
|
||||
cl::desc("Split critical edges during phi elimination"),
|
||||
cl::init(true), cl::Hidden);
|
||||
cl::init(false), cl::Hidden);
|
||||
|
||||
char PHIElimination::ID = 0;
|
||||
static RegisterPass<PHIElimination>
|
||||
|
Loading…
Reference in New Issue
Block a user