forked from OSchip/llvm-project
DominatorTree->print() now prints the status of the DFSNumbers correctly
llvm-svn: 123120
This commit is contained in:
parent
edfc184222
commit
bc453f6e18
|
@ -555,7 +555,7 @@ public:
|
|||
o << "Inorder PostDominator Tree: ";
|
||||
else
|
||||
o << "Inorder Dominator Tree: ";
|
||||
if (this->DFSInfoValid)
|
||||
if (!this->DFSInfoValid)
|
||||
o << "DFSNumbers invalid: " << SlowQueries << " slow queries.";
|
||||
o << "\n";
|
||||
|
||||
|
|
Loading…
Reference in New Issue