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

Chris Lattner lattner at cs.uiuc.edu
Sun Nov 9 17:37:01 PST 2003


Changes in directory poolalloc/include/poolalloc:

PoolAllocate.h updated: 1.10 -> 1.11

---
Log message:

Frob the set types AGAIN


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

Index: poolalloc/include/poolalloc/PoolAllocate.h
diff -u poolalloc/include/poolalloc/PoolAllocate.h:1.10 poolalloc/include/poolalloc/PoolAllocate.h:1.11
--- poolalloc/include/poolalloc/PoolAllocate.h:1.10	Sun Nov  9 16:46:35 2003
+++ poolalloc/include/poolalloc/PoolAllocate.h	Sun Nov  9 17:36:27 2003
@@ -181,7 +181,7 @@
 			   hash_set<Function*> &visited);
 
   void TransformBody(DSGraph &g, DSGraph &tdg, PA::FuncInfo &fi,
-                     std::set<std::pair<AllocaInst*, BasicBlock*> > &poolUses,
+                     std::set<std::pair<AllocaInst*, Instruction*> > &poolUses,
                      std::set<std::pair<AllocaInst*, CallInst*> > &poolFrees,
                      Function &F);
 };





More information about the llvm-commits mailing list