From 0e05192d49681fb2c8f55ef2423b18e553d52078 Mon Sep 17 00:00:00 2001 From: Colin LeMahieu Date: Wed, 10 Feb 2016 18:32:01 +0000 Subject: [MC] Merge VK_PPC_TPREL in to generic VK_TPREL. Differential Revision: http://reviews.llvm.org/D17038 llvm-svn: 260401 --- llvm/test/DebugInfo/PowerPC/tls-fission.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/DebugInfo/PowerPC/tls-fission.ll') diff --git a/llvm/test/DebugInfo/PowerPC/tls-fission.ll b/llvm/test/DebugInfo/PowerPC/tls-fission.ll index e8c6a13f754..5536a644d53 100644 --- a/llvm/test/DebugInfo/PowerPC/tls-fission.ll +++ b/llvm/test/DebugInfo/PowerPC/tls-fission.ll @@ -15,7 +15,7 @@ ; check that the expected TLS address description is the first thing in the debug_addr section ; CHECK: debug_addr ; CHECK-NEXT: .Laddr_sec: -; CHECK-NEXT: .quad tls@dtprel+32768 +; CHECK-NEXT: .quad tls@DTPREL+32768 @tls = thread_local global i32 0, align 4 -- cgit v1.2.3