Removed #include <iostream> and replaced with llvm_* streams.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31923 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling
2006-11-26 09:46:52 +00:00
parent 62c804a3ea
commit b742703137
11 changed files with 100 additions and 115 deletions

View File

@@ -22,7 +22,7 @@
#include "llvm/Type.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/Statistic.h"
#include <iostream>
#include "llvm/Support/Streams.h"
using namespace llvm;
namespace {