aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/Transforms/PoolAllocate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/Transforms/PoolAllocate.h b/include/llvm/Transforms/PoolAllocate.h
index c3e1db2..efacf2d 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<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