commit | 44a36ea3ed7dc9739996aeac551b2e484a73563d | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Tue Feb 26 10:53:30 2008 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Tue Feb 26 10:53:30 2008 +0000 |
tree | 4ba79f65c9e99c10eefbae667dbaead30c8c6a1b | |
parent | 059e62c8b6a5833a8d7d91c0591184c5d020e310 [diff] [blame] |
De-tabify. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47599 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Scalar/PredicateSimplifier.cpp b/lib/Transforms/Scalar/PredicateSimplifier.cpp index d0067b3..42ffc0e 100644 --- a/lib/Transforms/Scalar/PredicateSimplifier.cpp +++ b/lib/Transforms/Scalar/PredicateSimplifier.cpp
@@ -717,7 +717,7 @@ 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 @@ } if (K == B) break; } - } + } // Insert new edge at Subtree if it isn't already there. if (I == E || I->To != n || Subtree != I->Subtree)