mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-01 03:33:42 +00:00
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:
parent
5f75ff65bc
commit
bc6f966a44
@ -452,7 +452,6 @@ void BUDataStructures::calculateGraph(DSGraph &Graph) {
|
||||
}
|
||||
|
||||
// Recompute the Incomplete markers
|
||||
assert(Graph.getInlinedGlobals().empty());
|
||||
Graph.maskIncompleteMarkers();
|
||||
Graph.markIncompleteNodes(DSGraph::MarkFormalArgs);
|
||||
|
||||
|
@ -252,7 +252,6 @@ void CompleteBUDataStructures::processGraph(DSGraph &G) {
|
||||
}
|
||||
|
||||
// Recompute the Incomplete markers
|
||||
assert(G.getInlinedGlobals().empty());
|
||||
G.maskIncompleteMarkers();
|
||||
G.markIncompleteNodes(DSGraph::MarkFormalArgs);
|
||||
|
||||
|
@ -468,7 +468,6 @@ void EquivClassGraphs::processGraph(DSGraph &G) {
|
||||
}
|
||||
|
||||
// Recompute the Incomplete markers.
|
||||
assert(G.getInlinedGlobals().empty());
|
||||
G.maskIncompleteMarkers();
|
||||
G.markIncompleteNodes(DSGraph::MarkFormalArgs);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user