diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-11-19 23:12:53 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-11-19 23:12:53 +0000 |
| commit | 84dd0f47678037a1f5ecdab4ad87c3517db9a082 (patch) | |
| tree | fe60686fcbf21405465e1f95e4acc4624844e47c /llvm/lib/Transforms/Utils/CloneFunction.cpp | |
| parent | fb311d203ae72efccc9695595e5ae1cbcc19198b (diff) | |
| download | bcm5719-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.cpp | 1 |
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. |

