Undo a change made in r140254.
[oota-llvm.git] / lib / VMCore / Dominators.cpp
index c374b067d72c2f7d5ed2bd13a32b4dbce6118d60..08b845ef9d6b44ae98ca91ead5982289022561d5 100644 (file)
@@ -68,9 +68,8 @@ void DominatorTree::verifyAnalysis() const {
   DominatorTree OtherDT;
   OtherDT.getBase().recalculate(F);
   if (compare(OtherDT)) {
-    errs() << "DominatorTree is not up to date!  Computed:\n";
+    errs() << "DominatorTree is not up to date!\nComputed:\n";
     print(errs());
-    
     errs() << "\nActual:\n";
     OtherDT.print(errs());
     abort();