Start using the new function cloning header
authorChris Lattner <sabre@nondot.org>
Tue, 19 Nov 2002 20:59:41 +0000 (20:59 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 19 Nov 2002 20:59:41 +0000 (20:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4764 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/InlineSimple.cpp
lib/Transforms/Utils/CloneFunction.cpp

index 53add2ddfb818ee3416dcc7d873f08fc2983c128..f1e92e40120da1af27dca17e6a65e3c8e55edaa1 100644 (file)
@@ -18,7 +18,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "llvm/Transforms/FunctionInlining.h"
+#include "llvm/Transforms/IPO.h"
+#include "llvm/Transforms/Utils/Cloning.h"
 #include "llvm/Module.h"
 #include "llvm/Pass.h"
 #include "llvm/iTerminators.h"
index 866b8c3bbe463aae88f14cf1ac081367e78646ef..0a2c41f78560b0354a4f66a6c5502b2d47e96e88 100644 (file)
@@ -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