diff options
author | Chris Lattner <sabre@nondot.org> | 2002-11-19 20:59:41 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-11-19 20:59:41 +0000 |
commit | 309f19391b571084ba9f6b0372e63b875ca2b869 (patch) | |
tree | 95197de3d9e27fc6b6d4c4ba64ea0ff113c503d6 /lib/Transforms/Utils/CloneFunction.cpp | |
parent | 84bf9880eaf57f00cc01b4ade40179553ea6fd08 (diff) |
Start using the new function cloning header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4764 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils/CloneFunction.cpp')
-rw-r--r-- | lib/Transforms/Utils/CloneFunction.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Transforms/Utils/CloneFunction.cpp b/lib/Transforms/Utils/CloneFunction.cpp index 866b8c3bbe..0a2c41f785 100644 --- a/lib/Transforms/Utils/CloneFunction.cpp +++ b/lib/Transforms/Utils/CloneFunction.cpp @@ -1,10 +1,10 @@ + + // FIXME: document -#include "llvm/Transforms/Utils/CloneFunction.h" +#include "llvm/Transforms/Utils/Cloning.h" #include "llvm/Function.h" -#include "llvm/BasicBlock.h" -#include "llvm/Instruction.h" #include <map> // FIXME: This should be merged with FunctionInlining |