summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-07-09 18:08:48 +0000
committerDan Gohman <gohman@apple.com>2008-07-09 18:08:48 +0000
commit0acb6be89c71c42e99a68b5d539f35973c25ee08 (patch)
treed0990a19fd101cbcd491bb8303a9773b75136e02
parenta174c5270fc9cb60449a4c4e16c94013b689fef5 (diff)
downloadbcm5719-llvm-0acb6be89c71c42e99a68b5d539f35973c25ee08.tar.gz
bcm5719-llvm-0acb6be89c71c42e99a68b5d539f35973c25ee08.zip
Remove #include <iostream>.
llvm-svn: 53333
-rw-r--r--llvm/lib/Target/X86/X86ATTAsmPrinter.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/X86/X86ATTAsmPrinter.cpp b/llvm/lib/Target/X86/X86ATTAsmPrinter.cpp
index 61556baea1b..51fc3bb3df1 100644
--- a/llvm/lib/Target/X86/X86ATTAsmPrinter.cpp
+++ b/llvm/lib/Target/X86/X86ATTAsmPrinter.cpp
@@ -32,8 +32,6 @@
#include "llvm/Target/TargetOptions.h"
using namespace llvm;
-#include <iostream>
-
STATISTIC(EmittedInsts, "Number of machine instrs printed");
static std::string getPICLabelString(unsigned FnNum,
OpenPOWER on IntegriCloud