[llvm-commits] CVS: poolalloc/include/poolalloc/PoolAllocate.h
Chris Lattner
lattner at cs.uiuc.edu
Tue Mar 2 22:11:19 PST 2004
Changes in directory poolalloc/include/poolalloc:
PoolAllocate.h updated: 1.20 -> 1.21
---
Log message:
Update for globals change
---
Diffs of the changes: (+1 -1)
Index: poolalloc/include/poolalloc/PoolAllocate.h
diff -u poolalloc/include/poolalloc/PoolAllocate.h:1.20 poolalloc/include/poolalloc/PoolAllocate.h:1.21
--- poolalloc/include/poolalloc/PoolAllocate.h:1.20 Thu Nov 13 10:30:48 2003
+++ poolalloc/include/poolalloc/PoolAllocate.h Tue Mar 2 22:01:15 2004
@@ -123,7 +123,7 @@
/// GlobalNodes - For each node (with an H marker) in the globals graph, this
/// map contains the global variable that holds the pool descriptor for the
/// node.
- std::map<DSNode*, GlobalVariable*> GlobalNodes;
+ std::map<DSNode*, Value*> GlobalNodes;
public:
bool run(Module &M);
More information about the llvm-commits
mailing list