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

Chris Lattner lattner at cs.uiuc.edu
Sun Sep 19 21:35:34 PDT 2004



Changes in directory poolalloc/include/poolalloc:

PoolAllocate.h updated: 1.24 -> 1.25

---
Log message:

Adjust to API changes


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

Index: poolalloc/include/poolalloc/PoolAllocate.h
diff -u poolalloc/include/poolalloc/PoolAllocate.h:1.24 poolalloc/include/poolalloc/PoolAllocate.h:1.25
--- poolalloc/include/poolalloc/PoolAllocate.h:1.24	Mon Sep 13 23:04:16 2004
+++ poolalloc/include/poolalloc/PoolAllocate.h	Sun Sep 19 23:35:24 2004
@@ -79,7 +79,7 @@
 
 /// PoolAllocate - The main pool allocation pass
 ///
-class PoolAllocate : public Pass {
+class PoolAllocate : public ModulePass {
   Module *CurModule;
   PA::EquivClassGraphs *ECGraphs;
 
@@ -96,7 +96,7 @@
   std::map<DSNode*, Value*> GlobalNodes;
 
  public:
-  bool run(Module &M);
+  bool runOnModule(Module &M);
   
   virtual void getAnalysisUsage(AnalysisUsage &AU) const;
   





More information about the llvm-commits mailing list