remove some pointless asserts

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20713 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2005-03-20 04:29:39 +00:00
parent 5f75ff65bc
commit bc6f966a44
3 changed files with 0 additions and 3 deletions

View File

@ -468,7 +468,6 @@ void EquivClassGraphs::processGraph(DSGraph &G) {
}
// Recompute the Incomplete markers.
assert(G.getInlinedGlobals().empty());
G.maskIncompleteMarkers();
G.markIncompleteNodes(DSGraph::MarkFormalArgs);