diff options
| author | Colin LeMahieu <colinl@codeaurora.org> | 2016-02-10 18:32:01 +0000 |
|---|---|---|
| committer | Colin LeMahieu <colinl@codeaurora.org> | 2016-02-10 18:32:01 +0000 |
| commit | 0e05192d49681fb2c8f55ef2423b18e553d52078 (patch) | |
| tree | b5447198ad78c427155e0f24f839c8f4c7507400 /llvm/test/DebugInfo/PowerPC/tls-fission.ll | |
| parent | 13b01dc8d9ec1fc46e8e75d52bec94e47136d291 (diff) | |
| download | bcm5719-llvm-0e05192d49681fb2c8f55ef2423b18e553d52078.tar.gz bcm5719-llvm-0e05192d49681fb2c8f55ef2423b18e553d52078.zip | |
[MC] Merge VK_PPC_TPREL in to generic VK_TPREL.
Differential Revision: http://reviews.llvm.org/D17038
llvm-svn: 260401
Diffstat (limited to 'llvm/test/DebugInfo/PowerPC/tls-fission.ll')
| -rw-r--r-- | llvm/test/DebugInfo/PowerPC/tls-fission.ll | 2 |
1 files changed, 1 insertions, 1 deletions
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 |

