[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/TopDownClosure.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sat Feb 7 19:41:01 PST 2004
Changes in directory llvm/lib/Analysis/DataStructure:
TopDownClosure.cpp updated: 1.64 -> 1.65
---
Log message:
Remove another unneeded call.
---
Diffs of the changes: (+0 -1)
Index: llvm/lib/Analysis/DataStructure/TopDownClosure.cpp
diff -u llvm/lib/Analysis/DataStructure/TopDownClosure.cpp:1.64 llvm/lib/Analysis/DataStructure/TopDownClosure.cpp:1.65
--- llvm/lib/Analysis/DataStructure/TopDownClosure.cpp:1.64 Tue Jan 27 21:12:48 2004
+++ llvm/lib/Analysis/DataStructure/TopDownClosure.cpp Sat Feb 7 19:40:40 2004
@@ -175,7 +175,6 @@
void TDDataStructures::inlineGraphIntoCallees(DSGraph &Graph) {
// Recompute the Incomplete markers and eliminate unreachable nodes.
- Graph.removeTriviallyDeadNodes();
Graph.maskIncompleteMarkers();
// If any of the functions has incomplete incoming arguments, don't mark any
More information about the llvm-commits
mailing list