R600MachineScheduler.cpp: Fix use cases of dbgs(). Don't include <iostream> here.

llvm-svn: 176797
This commit is contained in:
NAKAMURA Takumi 2013-03-11 08:19:28 +00:00
parent 82d48e7fb0
commit 756cf8867a
1 changed files with 2 additions and 1 deletions

View File

@ -20,8 +20,9 @@
#include "llvm/CodeGen/LiveIntervalAnalysis.h"
#include "llvm/Pass.h"
#include "llvm/PassManager.h"
#include "llvm/Support/raw_ostream.h"
#include <set>
#include <iostream>
using namespace llvm;
void R600SchedStrategy::initialize(ScheduleDAGMI *dag) {