diff options
| author | Chris Lattner <sabre@nondot.org> | 2005-03-20 04:29:39 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2005-03-20 04:29:39 +0000 |
| commit | b1cabb6541b1a7446ed4558f21e2f75615b91b87 (patch) | |
| tree | 80366418f86f6acb5375dca329f340cccdc65af3 /llvm/lib/Analysis/DataStructure/EquivClassGraphs.cpp | |
| parent | ded489ec3b06abc82cb4ed9c6b7742918c6d77a1 (diff) | |
| download | bcm5719-llvm-b1cabb6541b1a7446ed4558f21e2f75615b91b87.tar.gz bcm5719-llvm-b1cabb6541b1a7446ed4558f21e2f75615b91b87.zip | |
remove some pointless asserts
llvm-svn: 20713
Diffstat (limited to 'llvm/lib/Analysis/DataStructure/EquivClassGraphs.cpp')
| -rw-r--r-- | llvm/lib/Analysis/DataStructure/EquivClassGraphs.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/DataStructure/EquivClassGraphs.cpp b/llvm/lib/Analysis/DataStructure/EquivClassGraphs.cpp index 447b36d7808..a5621911e42 100644 --- a/llvm/lib/Analysis/DataStructure/EquivClassGraphs.cpp +++ b/llvm/lib/Analysis/DataStructure/EquivClassGraphs.cpp @@ -468,7 +468,6 @@ void EquivClassGraphs::processGraph(DSGraph &G) { } // Recompute the Incomplete markers. - assert(G.getInlinedGlobals().empty()); G.maskIncompleteMarkers(); G.markIncompleteNodes(DSGraph::MarkFormalArgs); |

