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:
9491195
)
Remove <iostream>.
author
Bill Wendling
<isanbard@gmail.com>
Thu, 29 May 2008 21:29:39 +0000
(21:29 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Thu, 29 May 2008 21:29:39 +0000
(21:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51704
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/LiveIntervalAnalysis.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/LiveIntervalAnalysis.cpp
b/lib/CodeGen/LiveIntervalAnalysis.cpp
index 2163bae81c537c460e5601af92abc0bdbdd665c1..104f176bd79d4dcc3debc5de28081f984bd123c0 100644
(file)
--- a/
lib/CodeGen/LiveIntervalAnalysis.cpp
+++ b/
lib/CodeGen/LiveIntervalAnalysis.cpp
@@
-75,8
+75,6
@@
void LiveIntervals::releaseMemory() {
delete ClonedMIs[i];
}
-#include <iostream>
-
void LiveIntervals::computeNumbering() {
Index2MiMap OldI2MI = i2miMap_;