1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Get rid of verboten <iostream> include.

llvm-svn: 34777
This commit is contained in:
Bill Wendling 2007-03-01 06:05:39 +00:00
parent cbbf9aa6b0
commit 2aabf75e82

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