[PATCH] D19352: AMDGPU: Fix debug name of pass to better match
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 20 20:41:34 PDT 2016
arsenm created this revision.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
Herald added a subscriber: arsenm.
I get this wrong every time I try to debug this.
http://reviews.llvm.org/D19352
Files:
lib/Target/AMDGPU/SIFixSGPRCopies.cpp
Index: lib/Target/AMDGPU/SIFixSGPRCopies.cpp
===================================================================
--- lib/Target/AMDGPU/SIFixSGPRCopies.cpp
+++ lib/Target/AMDGPU/SIFixSGPRCopies.cpp
@@ -77,7 +77,7 @@
using namespace llvm;
-#define DEBUG_TYPE "sgpr-copies"
+#define DEBUG_TYPE "si-fix-sgpr-copies"
namespace {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19352.54453.patch
Type: text/x-patch
Size: 334 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160421/8f01280e/attachment.bin>
More information about the llvm-commits
mailing list