1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

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 57a19e2cc0
commit ea460bbbe4

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