diff options
author | Chris Lattner <sabre@nondot.org> | 2008-01-14 18:45:28 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-01-14 18:45:28 +0000 |
commit | a6c3f80d970ea7a5c8597bca495495832a56a54b (patch) | |
tree | ec95a94a09cd50c168622557e616e18f484d911f /lib/CodeGen/LiveInterval.cpp | |
parent | 3d64f1c018db8226815461400c93535e4fe17fd1 (diff) |
remove dead #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45971 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LiveInterval.cpp')
-rw-r--r-- | lib/CodeGen/LiveInterval.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/LiveInterval.cpp b/lib/CodeGen/LiveInterval.cpp index d4c572154b..b20a87ea0a 100644 --- a/lib/CodeGen/LiveInterval.cpp +++ b/lib/CodeGen/LiveInterval.cpp @@ -24,7 +24,6 @@ #include "llvm/Support/Streams.h" #include "llvm/Target/MRegisterInfo.h" #include <algorithm> -#include <map> #include <ostream> using namespace llvm; |