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

Chris Lattner lattner at cs.uiuc.edu
Sun Jun 29 22:14:01 PDT 2003


Changes in directory llvm/include/llvm/Transforms:

PoolAllocate.h updated: 1.3 -> 1.4

---
Log message:

Add argument


---
Diffs of the changes:

Index: llvm/include/llvm/Transforms/PoolAllocate.h
diff -u llvm/include/llvm/Transforms/PoolAllocate.h:1.3 llvm/include/llvm/Transforms/PoolAllocate.h:1.4
--- llvm/include/llvm/Transforms/PoolAllocate.h:1.3	Wed Jun  4 03:01:13 2003
+++ llvm/include/llvm/Transforms/PoolAllocate.h	Sun Jun 29 22:13:36 2003
@@ -139,7 +139,8 @@
   void CreatePools(Function &F, const std::vector<DSNode*> &NodesToPA,
                    std::map<DSNode*, Value*> &PoolDescriptors);
   
-  void TransformFunctionBody(Function &F, DSGraph &G, PA::FuncInfo &FI);
+  void TransformFunctionBody(Function &F, Function &OldF,
+                             DSGraph &G, PA::FuncInfo &FI);
 };
 
 #endif





More information about the llvm-commits mailing list