Remove #include <iostream>.
authorDan Gohman <gohman@apple.com>
Wed, 9 Jul 2008 18:08:48 +0000 (18:08 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 9 Jul 2008 18:08:48 +0000 (18:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53333 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ATTAsmPrinter.cpp

index 61556baea1b13d7d9e3413574bf8dd695e8f94de..51fc3bb3df18d0e640a2cfbe0954b62a3f6f89d7 100644 (file)
@@ -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,