remove some pointless asserts

llvm-svn: 20713
This commit is contained in:
Chris Lattner 2005-03-20 04:29:39 +00:00
parent ded489ec3b
commit b1cabb6541
3 changed files with 0 additions and 3 deletions

View File

@ -452,7 +452,6 @@ void BUDataStructures::calculateGraph(DSGraph &Graph) {
}
// Recompute the Incomplete markers
assert(Graph.getInlinedGlobals().empty());
Graph.maskIncompleteMarkers();
Graph.markIncompleteNodes(DSGraph::MarkFormalArgs);

View File

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

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);