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

Chris Lattner lattner at cs.uiuc.edu
Mon Nov 1 13:04:57 PST 2004



Changes in directory poolalloc/lib/PoolAllocate:

EquivClassGraphs.h updated: 1.10 -> 1.11

---
Log message:

Delete a dead method


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

Index: poolalloc/lib/PoolAllocate/EquivClassGraphs.h
diff -u poolalloc/lib/PoolAllocate/EquivClassGraphs.h:1.10 poolalloc/lib/PoolAllocate/EquivClassGraphs.h:1.11
--- poolalloc/lib/PoolAllocate/EquivClassGraphs.h:1.10	Mon Nov  1 15:02:23 2004
+++ poolalloc/lib/PoolAllocate/EquivClassGraphs.h	Mon Nov  1 15:04:47 2004
@@ -60,10 +60,6 @@
     /// 
     virtual bool runOnModule(Module &M);
 
-    /// getCBUDataStructures - Get the CompleteBUDataStructures object
-    /// 
-    CompleteBUDataStructures *getCBUDataStructures() { return CBU; }
-
     /// getDSGraph - Return the data structure graph for the specified function.
     /// This returns the folded graph.  The folded graph is the same as the CBU
     /// graph iff the function is in a singleton equivalence class AND all its 





More information about the llvm-commits mailing list