forked from OSchip/llvm-project
[AMDGPU] Add a new line after a debug message
Patch by Axel Davy (axel.davy@normalesup.org) Differential revision: https://reviews.llvm.org/D30146 llvm-svn: 298708
This commit is contained in:
parent
d8789fdf0b
commit
57ab699933
|
@ -1403,6 +1403,7 @@ SIScheduleBlockScheduler::SIScheduleBlockScheduler(SIScheduleDAGMI *DAG,
|
|||
for (SIScheduleBlock* Block : BlocksScheduled) {
|
||||
dbgs() << ' ' << Block->getID();
|
||||
}
|
||||
dbgs() << '\n';
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue