1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

AMDGPU: Fix debug name of pass to better match

I get this wrong every time I try to debug this.

llvm-svn: 267030
This commit is contained in:
Matt Arsenault 2016-04-21 18:21:54 +00:00
parent f7839acfc3
commit b59e0e2747

View File

@ -77,7 +77,7 @@
using namespace llvm;
#define DEBUG_TYPE "sgpr-copies"
#define DEBUG_TYPE "si-fix-sgpr-copies"
namespace {