[llvm-commits] CVS: llvm/lib/Transforms/Utils/CloneFunction.cpp
Chris Lattner
lattner at cs.uiuc.edu
Tue Nov 19 15:00:01 PST 2002
Changes in directory llvm/lib/Transforms/Utils:
CloneFunction.cpp updated: 1.6 -> 1.7
---
Log message:
Start using the new function cloning header
---
Diffs of the changes:
Index: llvm/lib/Transforms/Utils/CloneFunction.cpp
diff -u llvm/lib/Transforms/Utils/CloneFunction.cpp:1.6 llvm/lib/Transforms/Utils/CloneFunction.cpp:1.7
--- llvm/lib/Transforms/Utils/CloneFunction.cpp:1.6 Sun Jun 30 11:22:25 2002
+++ llvm/lib/Transforms/Utils/CloneFunction.cpp Tue Nov 19 14:59:39 2002
@@ -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
More information about the llvm-commits
mailing list