OSDN Git Service

Remove unneccesary #include
authorChris Lattner <sabre@nondot.org>
Tue, 19 Nov 2002 23:12:53 +0000 (23:12 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 19 Nov 2002 23:12:53 +0000 (23:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4772 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Utils/CloneFunction.cpp

index 787e0d3..154a082 100644 (file)
@@ -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.