aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms/FunctionInlining.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Transforms/FunctionInlining.h')
-rw-r--r--include/llvm/Transforms/FunctionInlining.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/Transforms/FunctionInlining.h b/include/llvm/Transforms/FunctionInlining.h
index 08fe9d93a6..e68b08136e 100644
--- a/include/llvm/Transforms/FunctionInlining.h
+++ b/include/llvm/Transforms/FunctionInlining.h
@@ -7,7 +7,6 @@
#ifndef LLVM_TRANSFORMS_FUNCTION_INLINING_H
#define LLVM_TRANSFORMS_FUNCTION_INLINING_H
-#include "llvm/BasicBlock.h"
class CallInst;
class Pass;
@@ -24,6 +23,5 @@ Pass *createFunctionInliningPass();
// function by one level.
//
bool InlineFunction(CallInst *C);
-bool InlineFunction(BasicBlock::iterator CI); // *CI must be CallInst
#endif