From 1fecb674e0fcf412754214af113c28ac84306b3e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 30 Jun 2003 03:13:36 +0000 Subject: [PATCH] Add argument llvm-svn: 6990 --- llvm/include/llvm/Transforms/PoolAllocate.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm/include/llvm/Transforms/PoolAllocate.h b/llvm/include/llvm/Transforms/PoolAllocate.h index c3e1db2d65a5..efacf2da530a 100644 --- a/llvm/include/llvm/Transforms/PoolAllocate.h +++ b/llvm/include/llvm/Transforms/PoolAllocate.h @@ -139,7 +139,8 @@ class PoolAllocate : public Pass { void CreatePools(Function &F, const std::vector &NodesToPA, std::map &PoolDescriptors); - void TransformFunctionBody(Function &F, DSGraph &G, PA::FuncInfo &FI); + void TransformFunctionBody(Function &F, Function &OldF, + DSGraph &G, PA::FuncInfo &FI); }; #endif