[llvm-commits] CVS: llvm/lib/CodeGen/LiveIntervals.cpp RegAllocIterativeScan.cpp RegAllocLinearScan.cpp RegAllocLocal.cpp RegAllocSimple.cpp TwoAddressInstructionPass.cpp VirtRegMap.cpp

Brian Gaeke gaeke at cs.uiuc.edu
Wed Jul 21 13:50:43 PDT 2004



Changes in directory llvm/lib/CodeGen:

LiveIntervals.cpp updated: 1.98 -> 1.99
RegAllocIterativeScan.cpp updated: 1.5 -> 1.6
RegAllocLinearScan.cpp updated: 1.80 -> 1.81
RegAllocLocal.cpp updated: 1.63 -> 1.64
RegAllocSimple.cpp updated: 1.57 -> 1.58
TwoAddressInstructionPass.cpp updated: 1.21 -> 1.22
VirtRegMap.cpp updated: 1.15 -> 1.16

---
Log message:

These files don't need to include <iostream> since they include "Support/Debug.h".


---
Diffs of the changes:  (+0 -7)

Index: llvm/lib/CodeGen/LiveIntervals.cpp
diff -u llvm/lib/CodeGen/LiveIntervals.cpp:1.98 llvm/lib/CodeGen/LiveIntervals.cpp:1.99
--- llvm/lib/CodeGen/LiveIntervals.cpp:1.98	Tue Jul 20 05:20:03 2004
+++ llvm/lib/CodeGen/LiveIntervals.cpp	Wed Jul 21 15:50:33 2004
@@ -33,7 +33,6 @@
 #include "Support/STLExtras.h"
 #include "VirtRegMap.h"
 #include <cmath>
-#include <iostream>
 
 using namespace llvm;
 


Index: llvm/lib/CodeGen/RegAllocIterativeScan.cpp
diff -u llvm/lib/CodeGen/RegAllocIterativeScan.cpp:1.5 llvm/lib/CodeGen/RegAllocIterativeScan.cpp:1.6
--- llvm/lib/CodeGen/RegAllocIterativeScan.cpp:1.5	Wed Jul 21 12:23:44 2004
+++ llvm/lib/CodeGen/RegAllocIterativeScan.cpp	Wed Jul 21 15:50:33 2004
@@ -34,7 +34,6 @@
 #include "VirtRegMap.h"
 #include <algorithm>
 #include <cmath>
-#include <iostream>
 #include <set>
 
 using namespace llvm;


Index: llvm/lib/CodeGen/RegAllocLinearScan.cpp
diff -u llvm/lib/CodeGen/RegAllocLinearScan.cpp:1.80 llvm/lib/CodeGen/RegAllocLinearScan.cpp:1.81
--- llvm/lib/CodeGen/RegAllocLinearScan.cpp:1.80	Mon Jul 19 18:35:55 2004
+++ llvm/lib/CodeGen/RegAllocLinearScan.cpp	Wed Jul 21 15:50:33 2004
@@ -28,7 +28,6 @@
 #include "VirtRegMap.h"
 #include <algorithm>
 #include <cmath>
-#include <iostream>
 #include <set>
 
 using namespace llvm;


Index: llvm/lib/CodeGen/RegAllocLocal.cpp
diff -u llvm/lib/CodeGen/RegAllocLocal.cpp:1.63 llvm/lib/CodeGen/RegAllocLocal.cpp:1.64
--- llvm/lib/CodeGen/RegAllocLocal.cpp:1.63	Wed Jun 16 01:57:29 2004
+++ llvm/lib/CodeGen/RegAllocLocal.cpp	Wed Jul 21 15:50:33 2004
@@ -25,7 +25,6 @@
 #include "Support/Debug.h"
 #include "Support/DenseMap.h"
 #include "Support/Statistic.h"
-#include <iostream>
 using namespace llvm;
 
 namespace {


Index: llvm/lib/CodeGen/RegAllocSimple.cpp
diff -u llvm/lib/CodeGen/RegAllocSimple.cpp:1.57 llvm/lib/CodeGen/RegAllocSimple.cpp:1.58
--- llvm/lib/CodeGen/RegAllocSimple.cpp:1.57	Thu Jun 24 19:13:11 2004
+++ llvm/lib/CodeGen/RegAllocSimple.cpp	Wed Jul 21 15:50:33 2004
@@ -25,7 +25,6 @@
 #include "Support/Debug.h"
 #include "Support/Statistic.h"
 #include "Support/STLExtras.h"
-#include <iostream>
 using namespace llvm;
 
 namespace {


Index: llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
diff -u llvm/lib/CodeGen/TwoAddressInstructionPass.cpp:1.21 llvm/lib/CodeGen/TwoAddressInstructionPass.cpp:1.22
--- llvm/lib/CodeGen/TwoAddressInstructionPass.cpp:1.21	Mon Jul 19 01:55:17 2004
+++ llvm/lib/CodeGen/TwoAddressInstructionPass.cpp	Wed Jul 21 15:50:33 2004
@@ -40,7 +40,6 @@
 #include "Support/Debug.h"
 #include "Support/Statistic.h"
 #include "Support/STLExtras.h"
-#include <iostream>
 using namespace llvm;
 
 namespace {


Index: llvm/lib/CodeGen/VirtRegMap.cpp
diff -u llvm/lib/CodeGen/VirtRegMap.cpp:1.15 llvm/lib/CodeGen/VirtRegMap.cpp:1.16
--- llvm/lib/CodeGen/VirtRegMap.cpp:1.15	Thu Jul 15 19:06:01 2004
+++ llvm/lib/CodeGen/VirtRegMap.cpp	Wed Jul 21 15:50:33 2004
@@ -27,7 +27,6 @@
 #include "Support/DenseMap.h"
 #include "Support/Statistic.h"
 #include "Support/STLExtras.h"
-#include <iostream>
 
 using namespace llvm;
 





More information about the llvm-commits mailing list