aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2007-03-01 06:05:39 +0000
committerBill Wendling <isanbard@gmail.com>2007-03-01 06:05:39 +0000
commitf1d6006ad60e0eb28f5089a5bb407ada6bb7ef4e (patch)
tree227e0ac4a927e50e2fa873a651226255e3421602 /lib
parent2a934cb6072bb0840b39e899e02ad9dea95b18dc (diff)
downloadexternal_llvm-f1d6006ad60e0eb28f5089a5bb407ada6bb7ef4e.zip
external_llvm-f1d6006ad60e0eb28f5089a5bb407ada6bb7ef4e.tar.gz
external_llvm-f1d6006ad60e0eb28f5089a5bb407ada6bb7ef4e.tar.bz2
Get rid of verboten <iostream> include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34777 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/ARM/ARMAsmPrinter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMAsmPrinter.cpp b/lib/Target/ARM/ARMAsmPrinter.cpp
index b63f289..4654ef4 100644
--- a/lib/Target/ARM/ARMAsmPrinter.cpp
+++ b/lib/Target/ARM/ARMAsmPrinter.cpp
@@ -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");