[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/Local.cpp

Chris Lattner lattner at cs.uiuc.edu
Sat Feb 7 19:39:01 PST 2004


Changes in directory llvm/lib/Analysis/DataStructure:

Local.cpp updated: 1.76 -> 1.77

---
Log message:

This call is no longer needed now that merging does not produce garbage


---
Diffs of the changes:  (+0 -1)

Index: llvm/lib/Analysis/DataStructure/Local.cpp
diff -u llvm/lib/Analysis/DataStructure/Local.cpp:1.76 llvm/lib/Analysis/DataStructure/Local.cpp:1.77
--- llvm/lib/Analysis/DataStructure/Local.cpp:1.76	Wed Jan 28 03:15:42 2004
+++ llvm/lib/Analysis/DataStructure/Local.cpp	Sat Feb  7 19:38:34 2004
@@ -624,7 +624,6 @@
       GGB.mergeInGlobalInitializer(I);
 
   GlobalsGraph->markIncompleteNodes(DSGraph::MarkFormalArgs);
-  GlobalsGraph->removeTriviallyDeadNodes();
   return false;
 }
 





More information about the llvm-commits mailing list