Add comment.
[oota-llvm.git] / lib / Transforms / Scalar / PredicateSimplifier.cpp
index d0067b3302c627cdf8ce4b30b2bd8773bfbba91e..42ffc0edc2564b47fed8a7dc91ace9da390a7a43 100644 (file)
@@ -717,7 +717,7 @@ namespace {
 
           if (edge.LV == J->LV)
             return; // This update adds nothing new.
-       }
+        }
 
         if (I != B) {
           // We also have to tighten any edge beneath our update.
@@ -729,7 +729,7 @@ namespace {
             }
             if (K == B) break;
           }
-       }
+        }
 
         // Insert new edge at Subtree if it isn't already there.
         if (I == E || I->To != n || Subtree != I->Subtree)