summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Thumb2/tls2.ll
diff options
context:
space:
mode:
authorDavid Goodwin <david_goodwin@apple.com>2009-07-27 16:31:55 +0000
committerDavid Goodwin <david_goodwin@apple.com>2009-07-27 16:31:55 +0000
commit782f242fd789f4cba256b1e00941d16fb3e1c7ef (patch)
tree5db0625697c4ab547c25b2ed4dc8835903e68d54 /llvm/test/CodeGen/Thumb2/tls2.ll
parent543c83e8f22de5572e84d799f92140094e063720 (diff)
downloadbcm5719-llvm-782f242fd789f4cba256b1e00941d16fb3e1c7ef.tar.gz
bcm5719-llvm-782f242fd789f4cba256b1e00941d16fb3e1c7ef.zip
Add ".w" suffix for wide thumb-2 instructions.
llvm-svn: 77199
Diffstat (limited to 'llvm/test/CodeGen/Thumb2/tls2.ll')
-rw-r--r--llvm/test/CodeGen/Thumb2/tls2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb2/tls2.ll b/llvm/test/CodeGen/Thumb2/tls2.ll
index 3396b0ba43f..ca40a242ff0 100644
--- a/llvm/test/CodeGen/Thumb2/tls2.ll
+++ b/llvm/test/CodeGen/Thumb2/tls2.ll
@@ -1,7 +1,7 @@
; RUN: llvm-as < %s | llc -mtriple=thumbv7-linux-gnueabi | \
; RUN: grep {i(gottpoff)}
; RUN: llvm-as < %s | llc -mtriple=thumbv7-linux-gnueabi | \
-; RUN: grep {ldr r., \[pc, r.\]}
+; RUN: grep {ldr.w r., \[pc, r.\]}
; RUN: llvm-as < %s | llc -mtriple=thumbv7-linux-gnueabi \
; RUN: -relocation-model=pic | grep {__tls_get_addr}
OpenPOWER on IntegriCloud