diff options
author | Chris Lattner <sabre@nondot.org> | 2002-11-19 20:43:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-11-19 20:43:24 +0000 |
commit | 8f51da42e704e0d64699e4a1b32d070a30b35bb9 (patch) | |
tree | 9b064a0c621694146101de0d50595ff8adba4d29 /include/llvm/Transforms/FunctionInlining.h | |
parent | 36b7cc3b06b59f62b3bf8b34600c275f52481e23 (diff) |
Move inlining pass to IPO.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4761 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Transforms/FunctionInlining.h')
-rw-r--r-- | include/llvm/Transforms/FunctionInlining.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/Transforms/FunctionInlining.h b/include/llvm/Transforms/FunctionInlining.h index e68b08136e..f9ef10bd11 100644 --- a/include/llvm/Transforms/FunctionInlining.h +++ b/include/llvm/Transforms/FunctionInlining.h @@ -8,10 +8,6 @@ #define LLVM_TRANSFORMS_FUNCTION_INLINING_H class CallInst; -class Pass; - -Pass *createFunctionInliningPass(); - // InlineFunction - This function forcibly inlines the called function into the // basic block of the caller. This returns true if it is not possible to inline // this call. The program is still in a well defined state if this occurs |