[llvm-commits] CVS: llvm/lib/Target/SparcV8/FPMover.cpp SparcV8AsmPrinter.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sun Jan 22 15:37:33 PST 2006
Changes in directory llvm/lib/Target/SparcV8:
FPMover.cpp updated: 1.9 -> 1.10
SparcV8AsmPrinter.cpp updated: 1.50 -> 1.51
---
Log message:
Add explicit #includes of <iostream>
---
Diffs of the changes: (+2 -0)
FPMover.cpp | 1 +
SparcV8AsmPrinter.cpp | 1 +
2 files changed, 2 insertions(+)
Index: llvm/lib/Target/SparcV8/FPMover.cpp
diff -u llvm/lib/Target/SparcV8/FPMover.cpp:1.9 llvm/lib/Target/SparcV8/FPMover.cpp:1.10
--- llvm/lib/Target/SparcV8/FPMover.cpp:1.9 Sun Dec 18 18:50:12 2005
+++ llvm/lib/Target/SparcV8/FPMover.cpp Sun Jan 22 17:37:17 2006
@@ -16,6 +16,7 @@
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Support/Debug.h"
+#include <iostream>
using namespace llvm;
namespace {
Index: llvm/lib/Target/SparcV8/SparcV8AsmPrinter.cpp
diff -u llvm/lib/Target/SparcV8/SparcV8AsmPrinter.cpp:1.50 llvm/lib/Target/SparcV8/SparcV8AsmPrinter.cpp:1.51
--- llvm/lib/Target/SparcV8/SparcV8AsmPrinter.cpp:1.50 Sun Jan 15 03:26:27 2006
+++ llvm/lib/Target/SparcV8/SparcV8AsmPrinter.cpp Sun Jan 22 17:37:17 2006
@@ -29,6 +29,7 @@
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/MathExtras.h"
#include <cctype>
+#include <iostream>
using namespace llvm;
namespace {
More information about the llvm-commits
mailing list