summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/CloneFunction.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-11-19 23:12:53 +0000
committerChris Lattner <sabre@nondot.org>2002-11-19 23:12:53 +0000
commit03b4c2d22ad23ee612ad40157ab17bb49795bf11 (patch)
treee880083e2c18516bfe0cc03e3a1dccfc6d8ab373 /lib/Transforms/Utils/CloneFunction.cpp
parent5a8932f57ffaf09bf5119fea142c96e5e3f653db (diff)
downloadllvm-03b4c2d22ad23ee612ad40157ab17bb49795bf11.tar.gz
llvm-03b4c2d22ad23ee612ad40157ab17bb49795bf11.tar.bz2
llvm-03b4c2d22ad23ee612ad40157ab17bb49795bf11.tar.xz
Remove unneccesary #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4772 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils/CloneFunction.cpp')
-rw-r--r--lib/Transforms/Utils/CloneFunction.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Transforms/Utils/CloneFunction.cpp b/lib/Transforms/Utils/CloneFunction.cpp
index 787e0d3c8b..154a082b3a 100644
--- a/lib/Transforms/Utils/CloneFunction.cpp
+++ b/lib/Transforms/Utils/CloneFunction.cpp
@@ -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.