projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d64f1c
)
remove dead #include
author
Chris Lattner
<sabre@nondot.org>
Mon, 14 Jan 2008 18:45:28 +0000
(18:45 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 14 Jan 2008 18:45:28 +0000
(18:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45971
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/LiveInterval.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/LiveInterval.cpp
b/lib/CodeGen/LiveInterval.cpp
index d4c572154be836785cb8af8455ac40446d37978b..b20a87ea0a8c2fd0c5d95e0866ed688413b91cd7 100644
(file)
--- 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;