DominatorTree->print() now prints the status of the DFSNumbers correctly

llvm-svn: 123120
This commit is contained in:
Tobias Grosser 2011-01-09 16:00:09 +00:00
parent edfc184222
commit bc453f6e18
1 changed files with 1 additions and 1 deletions

View File

@ -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";