summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit84dd0f47678037a1f5ecdab4ad87c3517db9a082 (patch)
treefe60686fcbf21405465e1f95e4acc4624844e47c /llvm/lib/Transforms/Utils/CloneFunction.cpp
parentfb311d203ae72efccc9695595e5ae1cbcc19198b (diff)
downloadbcm5719-llvm-84dd0f47678037a1f5ecdab4ad87c3517db9a082.tar.gz
bcm5719-llvm-84dd0f47678037a1f5ecdab4ad87c3517db9a082.zip
Remove unneccesary #include
llvm-svn: 4772
Diffstat (limited to 'llvm/lib/Transforms/Utils/CloneFunction.cpp')
-rw-r--r--llvm/lib/Transforms/Utils/CloneFunction.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/CloneFunction.cpp b/llvm/lib/Transforms/Utils/CloneFunction.cpp
index 787e0d3c8b6..154a082b3aa 100644
--- a/llvm/lib/Transforms/Utils/CloneFunction.cpp
+++ b/llvm/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.
OpenPOWER on IntegriCloud