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

Chris Lattner lattner at cs.uiuc.edu
Mon Nov 10 13:02:02 PST 2003


Changes in directory poolalloc/include/poolalloc:

PoolAllocate.h updated: 1.14 -> 1.15

---
Log message:

Remove the collapsed flag, which was never initialized, so always printed
the message


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

Index: poolalloc/include/poolalloc/PoolAllocate.h
diff -u poolalloc/include/poolalloc/PoolAllocate.h:1.14 poolalloc/include/poolalloc/PoolAllocate.h:1.15
--- poolalloc/include/poolalloc/PoolAllocate.h:1.14	Mon Nov 10 12:08:48 2003
+++ poolalloc/include/poolalloc/PoolAllocate.h	Mon Nov 10 13:00:55 2003
@@ -111,11 +111,6 @@
   // on this map.
   std::map<Function *, int> EqClass2LastPoolArg;
 
-  // Exception flags
-  // CollapseFlag set if all data structures are not pool allocated, due to
-  // collapsing of nodes in the DS graph
-  unsigned CollapseFlag;
-  
  public:
   bool run(Module &M);
   





More information about the llvm-commits mailing list