[llvm-commits] CVS: poolalloc/lib/PoolAllocate/PoolAllocate.cpp

Chris Lattner lattner at cs.uiuc.edu
Tue Feb 8 13:47:00 PST 2005



Changes in directory poolalloc/lib/PoolAllocate:

PoolAllocate.cpp updated: 1.98 -> 1.99

---
Log message:

Preserve this for later passes to use


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

Index: poolalloc/lib/PoolAllocate/PoolAllocate.cpp
diff -u poolalloc/lib/PoolAllocate/PoolAllocate.cpp:1.98 poolalloc/lib/PoolAllocate/PoolAllocate.cpp:1.99
--- poolalloc/lib/PoolAllocate/PoolAllocate.cpp:1.98	Sun Jan 30 17:51:25 2005
+++ poolalloc/lib/PoolAllocate/PoolAllocate.cpp	Tue Feb  8 15:46:49 2005
@@ -72,6 +72,7 @@
 
 void PoolAllocate::getAnalysisUsage(AnalysisUsage &AU) const {
   AU.addRequired<EquivClassGraphs>();
+  AU.addPreserved<EquivClassGraphs>();
   AU.addRequired<TargetData>();
 }
 





More information about the llvm-commits mailing list