diff options
| author | David Goodwin <david_goodwin@apple.com> | 2009-07-27 16:31:55 +0000 |
|---|---|---|
| committer | David Goodwin <david_goodwin@apple.com> | 2009-07-27 16:31:55 +0000 |
| commit | 782f242fd789f4cba256b1e00941d16fb3e1c7ef (patch) | |
| tree | 5db0625697c4ab547c25b2ed4dc8835903e68d54 /llvm/test/CodeGen/Thumb2/tls2.ll | |
| parent | 543c83e8f22de5572e84d799f92140094e063720 (diff) | |
| download | bcm5719-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.ll | 2 |
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} |

