OSDN Git Service

R600MachineScheduler.cpp: Fix use cases of dbgs(). Don't include <iostream> here.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 11 Mar 2013 08:19:28 +0000 (08:19 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 11 Mar 2013 08:19:28 +0000 (08:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176797 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/R600/R600MachineScheduler.cpp

index aab13e8..19baef9 100644 (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) {