Get rid of verboten <iostream> include.
authorBill Wendling <isanbard@gmail.com>
Thu, 1 Mar 2007 06:05:39 +0000 (06:05 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 1 Mar 2007 06:05:39 +0000 (06:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34777 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMAsmPrinter.cpp

index b63f2890d83a6c551d8b48192f73fea794d17b37..4654ef4d3e1267069a32c243d03ba84fffc32ec1 100644 (file)
@@ -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");