mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Dominance Frontier is cfg only pass.
llvm-svn: 51075
This commit is contained in:
parent
5e6431c140
commit
bae88af8c1
@ -67,7 +67,7 @@ bool DominatorTree::runOnFunction(Function &F) {
|
||||
|
||||
char DominanceFrontier::ID = 0;
|
||||
static RegisterPass<DominanceFrontier>
|
||||
G("domfrontier", "Dominance Frontier Construction", false, true);
|
||||
G("domfrontier", "Dominance Frontier Construction", true, true);
|
||||
|
||||
// NewBB is split and now it has one successor. Update dominace frontier to
|
||||
// reflect this change.
|
||||
|
Loading…
Reference in New Issue
Block a user