mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-05 12:31:33 +00:00
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:
parent
14d852362c
commit
3f179b59e5
@ -20,8 +20,9 @@
|
|||||||
#include "llvm/CodeGen/LiveIntervalAnalysis.h"
|
#include "llvm/CodeGen/LiveIntervalAnalysis.h"
|
||||||
#include "llvm/Pass.h"
|
#include "llvm/Pass.h"
|
||||||
#include "llvm/PassManager.h"
|
#include "llvm/PassManager.h"
|
||||||
|
#include "llvm/Support/raw_ostream.h"
|
||||||
#include <set>
|
#include <set>
|
||||||
#include <iostream>
|
|
||||||
using namespace llvm;
|
using namespace llvm;
|
||||||
|
|
||||||
void R600SchedStrategy::initialize(ScheduleDAGMI *dag) {
|
void R600SchedStrategy::initialize(ScheduleDAGMI *dag) {
|
||||||
|
Loading…
Reference in New Issue
Block a user