From 16667512575477760f14c5280b21239329716e30 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 19 Nov 2002 20:59:41 +0000 Subject: Start using the new function cloning header llvm-svn: 4764 --- llvm/lib/Transforms/Utils/CloneFunction.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'llvm/lib/Transforms/Utils/CloneFunction.cpp') diff --git a/llvm/lib/Transforms/Utils/CloneFunction.cpp b/llvm/lib/Transforms/Utils/CloneFunction.cpp index 866b8c3bbe4..0a2c41f7856 100644 --- a/llvm/lib/Transforms/Utils/CloneFunction.cpp +++ b/llvm/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 // FIXME: This should be merged with FunctionInlining -- cgit v1.2.3