[llvm-commits] CVS: poolalloc/include/poolalloc/PoolAllocate.h

Chris Lattner lattner at cs.uiuc.edu
Mon Nov 10 14:52:03 PST 2003


Changes in directory poolalloc/include/poolalloc:

PoolAllocate.h updated: 1.15 -> 1.16

---
Log message:

new method


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

Index: poolalloc/include/poolalloc/PoolAllocate.h
diff -u poolalloc/include/poolalloc/PoolAllocate.h:1.15 poolalloc/include/poolalloc/PoolAllocate.h:1.16
--- poolalloc/include/poolalloc/PoolAllocate.h:1.15	Mon Nov 10 13:00:55 2003
+++ poolalloc/include/poolalloc/PoolAllocate.h	Mon Nov 10 14:51:01 2003
@@ -183,6 +183,8 @@
                                  std::map<DSNode*, Value*> &PoolDescriptors,
                       std::set<std::pair<AllocaInst*, Instruction*> > &PoolUses,
                       std::set<std::pair<AllocaInst*, CallInst*> > &PoolFrees);
+
+  void CalculateLivePoolFreeBlocks(std::set<BasicBlock*> &LiveBlocks,Value *PD);
 };
 
 #endif





More information about the llvm-commits mailing list