[llvm-commits] CVS: llvm/lib/Transforms/Utils/CloneFunction.cpp
Chris Lattner
lattner at cs.uiuc.edu
Tue Nov 19 17:14:00 PST 2002
Changes in directory llvm/lib/Transforms/Utils:
CloneFunction.cpp updated: 1.11 -> 1.12
---
Log message:
Remove unneccesary #include
---
Diffs of the changes:
Index: llvm/lib/Transforms/Utils/CloneFunction.cpp
diff -u llvm/lib/Transforms/Utils/CloneFunction.cpp:1.11 llvm/lib/Transforms/Utils/CloneFunction.cpp:1.12
--- llvm/lib/Transforms/Utils/CloneFunction.cpp:1.11 Tue Nov 19 17:12:22 2002
+++ llvm/lib/Transforms/Utils/CloneFunction.cpp Tue Nov 19 17:12:53 2002
@@ -10,7 +10,6 @@
#include "llvm/iTerminators.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Function.h"
-#include <map>
// RemapInstruction - Convert the instruction operands from referencing the
// current values into those specified by ValueMap.
More information about the llvm-commits
mailing list