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

Bill Wendling isanbard at gmail.com
Wed Feb 28 22:05:56 PST 2007



Changes in directory llvm/lib/Target/ARM:

ARMAsmPrinter.cpp updated: 1.57 -> 1.58
---
Log message:

Get rid of verboten <iostream> include.


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

 ARMAsmPrinter.cpp |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/lib/Target/ARM/ARMAsmPrinter.cpp
diff -u llvm/lib/Target/ARM/ARMAsmPrinter.cpp:1.57 llvm/lib/Target/ARM/ARMAsmPrinter.cpp:1.58
--- llvm/lib/Target/ARM/ARMAsmPrinter.cpp:1.57	Thu Feb  1 12:25:34 2007
+++ llvm/lib/Target/ARM/ARMAsmPrinter.cpp	Thu Mar  1 00:05:39 2007
@@ -36,7 +36,6 @@
 #include "llvm/Support/Mangler.h"
 #include "llvm/Support/MathExtras.h"
 #include <cctype>
-#include <iostream>
 using namespace llvm;
 
 STATISTIC(EmittedInsts, "Number of machine instrs printed");






More information about the llvm-commits mailing list