Oops, remove assert that wasn't meant to be committed.
authorNick Lewycky <nicholas@mxc.ca>
Sat, 18 Aug 2007 23:21:28 +0000 (23:21 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 18 Aug 2007 23:21:28 +0000 (23:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41170 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/PredicateSimplifier.cpp

index e27bac50d7a1b73bc6cebcfd0d4c2a2c593b5cca..8b4ed73e47f6c5661af0c3ef2b9de4dc05306da9 100644 (file)
@@ -712,8 +712,6 @@ namespace {
         }
 
         if (J != E && J->To == n) {
-          assert(J->Subtree->dominates(Subtree));
-
           edge.LV = static_cast<LatticeVal>(J->LV & R);
           assert(validPredicate(edge.LV) && "Invalid union of lattice values.");