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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176797 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2013-03-11 08:19:28 +00:00
parent 14d852362c
commit 3f179b59e5

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) {