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 | 4272c12571a23f0e59e9d9d896b93eb8321a68ac (patch) | |
| tree | 8b2602549bfd7b610fed9a135f1e610ab25c8799 | |
| parent | cb994b6a72dea69aeb756bddd95aaf08fe2c6531 (diff) | |
| download | bcm5719-llvm-4272c12571a23f0e59e9d9d896b93eb8321a68ac.tar.gz bcm5719-llvm-4272c12571a23f0e59e9d9d896b93eb8321a68ac.zip | |
remove dead #include
llvm-svn: 45971
| -rw-r--r-- | llvm/lib/CodeGen/LiveInterval.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveInterval.cpp b/llvm/lib/CodeGen/LiveInterval.cpp index d4c572154be..b20a87ea0a8 100644 --- a/llvm/lib/CodeGen/LiveInterval.cpp +++ b/llvm/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; |

