Get rid of verboten <iostream> include.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34777 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2007-03-01 06:05:39 +00:00
parent 2a934cb607
commit f1d6006ad6

View 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");