[llvm-commits] CVS: poolalloc/include/poolalloc/PoolAllocate.h
Chris Lattner
lattner at cs.uiuc.edu
Mon Nov 10 12:09:01 PST 2003
Changes in directory poolalloc/include/poolalloc:
PoolAllocate.h updated: 1.13 -> 1.14
---
Log message:
Sometimes I feel never quite happy with my sets
---
Diffs of the changes: (+3 -1)
Index: poolalloc/include/poolalloc/PoolAllocate.h
diff -u poolalloc/include/poolalloc/PoolAllocate.h:1.13 poolalloc/include/poolalloc/PoolAllocate.h:1.14
--- poolalloc/include/poolalloc/PoolAllocate.h:1.13 Sun Nov 9 19:25:38 2003
+++ poolalloc/include/poolalloc/PoolAllocate.h Mon Nov 10 12:08:48 2003
@@ -185,7 +185,9 @@
/// list.
void InitializeAndDestroyPools(Function &F,
const std::vector<DSNode*> &NodesToPA,
- std::map<DSNode*, Value*> &PoolDescriptors);
+ std::map<DSNode*, Value*> &PoolDescriptors,
+ std::set<std::pair<AllocaInst*, Instruction*> > &PoolUses,
+ std::set<std::pair<AllocaInst*, CallInst*> > &PoolFrees);
};
#endif
More information about the llvm-commits
mailing list