[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:
Valery Pykhtin 2017-03-24 16:37:48 +00:00
parent d8789fdf0b
commit 57ab699933
1 changed files with 1 additions and 0 deletions

View File

@ -1403,6 +1403,7 @@ SIScheduleBlockScheduler::SIScheduleBlockScheduler(SIScheduleDAGMI *DAG,
for (SIScheduleBlock* Block : BlocksScheduled) {
dbgs() << ' ' << Block->getID();
}
dbgs() << '\n';
);
}