Remove #include <iostream>.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53333 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2008-07-09 18:08:48 +00:00
parent 091be59220
commit 4b9235b149

View 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,