From 1a36443c2f88c808e99022cb47883dad5f292a8c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 30 Jun 2003 03:13:36 +0000 Subject: [PATCH] Add argument git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6990 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Transforms/PoolAllocate.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/llvm/Transforms/PoolAllocate.h b/include/llvm/Transforms/PoolAllocate.h index c3e1db2d65a..efacf2da530 100644 --- a/include/llvm/Transforms/PoolAllocate.h +++ b/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 -- 2.34.1