Oops, remove assert that wasn't meant to be committed.

llvm-svn: 41170
This commit is contained in:
Nick Lewycky 2007-08-18 23:21:28 +00:00
parent 5b5b1ab9e0
commit bfa9499a88
1 changed files with 0 additions and 2 deletions

View 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.");