[llvm-commits] CVS: llvm/lib/CodeGen/LiveIntervalAnalysis.cpp TwoAddressInstructionPass.cpp VirtRegMap.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sun Jan 22 15:41:11 PST 2006
Changes in directory llvm/lib/CodeGen:
LiveIntervalAnalysis.cpp updated: 1.153 -> 1.154
TwoAddressInstructionPass.cpp updated: 1.31 -> 1.32
VirtRegMap.cpp updated: 1.43 -> 1.44
---
Log message:
Add explicit #includes of <iostream>
---
Diffs of the changes: (+3 -0)
LiveIntervalAnalysis.cpp | 1 +
TwoAddressInstructionPass.cpp | 1 +
VirtRegMap.cpp | 1 +
3 files changed, 3 insertions(+)
Index: llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
diff -u llvm/lib/CodeGen/LiveIntervalAnalysis.cpp:1.153 llvm/lib/CodeGen/LiveIntervalAnalysis.cpp:1.154
--- llvm/lib/CodeGen/LiveIntervalAnalysis.cpp:1.153 Mon Jan 9 23:41:59 2006
+++ llvm/lib/CodeGen/LiveIntervalAnalysis.cpp Sun Jan 22 17:41:00 2006
@@ -34,6 +34,7 @@
#include "llvm/ADT/STLExtras.h"
#include <algorithm>
#include <cmath>
+#include <iostream>
using namespace llvm;
namespace {
Index: llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
diff -u llvm/lib/CodeGen/TwoAddressInstructionPass.cpp:1.31 llvm/lib/CodeGen/TwoAddressInstructionPass.cpp:1.32
--- llvm/lib/CodeGen/TwoAddressInstructionPass.cpp:1.31 Wed Oct 26 13:41:41 2005
+++ llvm/lib/CodeGen/TwoAddressInstructionPass.cpp Sun Jan 22 17:41:00 2006
@@ -40,6 +40,7 @@
#include "llvm/Support/Debug.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/STLExtras.h"
+#include <iostream>
using namespace llvm;
namespace {
Index: llvm/lib/CodeGen/VirtRegMap.cpp
diff -u llvm/lib/CodeGen/VirtRegMap.cpp:1.43 llvm/lib/CodeGen/VirtRegMap.cpp:1.44
--- llvm/lib/CodeGen/VirtRegMap.cpp:1.43 Wed Jan 4 00:47:48 2006
+++ llvm/lib/CodeGen/VirtRegMap.cpp Sun Jan 22 17:41:00 2006
@@ -29,6 +29,7 @@
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/STLExtras.h"
#include <algorithm>
+#include <iostream>
using namespace llvm;
namespace {
More information about the llvm-commits
mailing list