[PATCH] D30146: AMDGPU/SI: Add a new line after a debug message
Valery Pykhtin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 24 09:50:18 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL298708: [AMDGPU] Add a new line after a debug message (authored by vpykhtin).
Changed prior to commit:
https://reviews.llvm.org/D30146?vs=89039&id=92969#toc
Repository:
rL LLVM
https://reviews.llvm.org/D30146
Files:
llvm/trunk/lib/Target/AMDGPU/SIMachineScheduler.cpp
Index: llvm/trunk/lib/Target/AMDGPU/SIMachineScheduler.cpp
===================================================================
--- llvm/trunk/lib/Target/AMDGPU/SIMachineScheduler.cpp
+++ llvm/trunk/lib/Target/AMDGPU/SIMachineScheduler.cpp
@@ -1403,6 +1403,7 @@
for (SIScheduleBlock* Block : BlocksScheduled) {
dbgs() << ' ' << Block->getID();
}
+ dbgs() << '\n';
);
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30146.92969.patch
Type: text/x-patch
Size: 394 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170324/bf8d71c7/attachment.bin>
More information about the llvm-commits
mailing list