From: Chris Lattner Date: Mon, 30 Jun 2003 03:13:36 +0000 (+0000) Subject: Add argument X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1a36443c2f88c808e99022cb47883dad5f292a8c;p=oota-llvm.git Add argument git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6990 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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