[llvm-commits] CVS: llvm/lib/Target/ARM/ARMAsmPrinter.cpp ARMISelDAGToDAG.cpp ARMRegisterInfo.cpp

Bill Wendling isanbard at gmail.com
Thu Dec 7 14:22:18 PST 2006



Changes in directory llvm/lib/Target/ARM:

ARMAsmPrinter.cpp updated: 1.34 -> 1.35
ARMISelDAGToDAG.cpp updated: 1.87 -> 1.88
ARMRegisterInfo.cpp updated: 1.27 -> 1.28
---
Log message:

What should be the last unnecessary <iostream>s in the library.


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

 ARMAsmPrinter.cpp   |    1 -
 ARMISelDAGToDAG.cpp |    1 -
 ARMRegisterInfo.cpp |    1 -
 3 files changed, 3 deletions(-)


Index: llvm/lib/Target/ARM/ARMAsmPrinter.cpp
diff -u llvm/lib/Target/ARM/ARMAsmPrinter.cpp:1.34 llvm/lib/Target/ARM/ARMAsmPrinter.cpp:1.35
--- llvm/lib/Target/ARM/ARMAsmPrinter.cpp:1.34	Thu Dec  7 12:33:58 2006
+++ llvm/lib/Target/ARM/ARMAsmPrinter.cpp	Thu Dec  7 16:21:48 2006
@@ -31,7 +31,6 @@
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/MathExtras.h"
 #include <cctype>
-#include <iostream>
 using namespace llvm;
 
 namespace {


Index: llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
diff -u llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp:1.87 llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp:1.88
--- llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp:1.87	Tue Dec  5 11:57:22 2006
+++ llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp	Thu Dec  7 16:21:48 2006
@@ -27,7 +27,6 @@
 #include "llvm/CodeGen/SSARegMap.h"
 #include "llvm/Target/TargetLowering.h"
 #include "llvm/Support/Debug.h"
-#include <iostream>
 #include <vector>
 using namespace llvm;
 


Index: llvm/lib/Target/ARM/ARMRegisterInfo.cpp
diff -u llvm/lib/Target/ARM/ARMRegisterInfo.cpp:1.27 llvm/lib/Target/ARM/ARMRegisterInfo.cpp:1.28
--- llvm/lib/Target/ARM/ARMRegisterInfo.cpp:1.27	Mon Nov 27 17:37:22 2006
+++ llvm/lib/Target/ARM/ARMRegisterInfo.cpp	Thu Dec  7 16:21:48 2006
@@ -24,7 +24,6 @@
 #include "llvm/Target/TargetOptions.h"
 #include "llvm/Target/TargetInstrInfo.h"
 #include "llvm/ADT/STLExtras.h"
-#include <iostream>
 using namespace llvm;
 
 // hasFP - Return true if the specified function should have a dedicated frame






More information about the llvm-commits mailing list