Re-commit the safe parts of my 6/9 patch. Still working on fixing the unsafe parts.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28748 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Owen Anderson
2006-06-11 19:22:28 +00:00
parent b9b2b309d3
commit c2cc15cf9d
3 changed files with 21 additions and 0 deletions

View File

@@ -132,6 +132,8 @@ bool LCSSA::visitSubloop(Loop* L) {
processInstruction(*I, exitBlocks);
}
assert(L->isLCSSAForm());
return true;
}