aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-08-14 00:32:16 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-08-14 00:32:16 +0000
commita1efbbdbf3217598f334a6f39dab84ca06f5de41 (patch)
treef795d4be2592c6e8899a3fed7c340b1e4ea2c468 /test/CodeGen
parent0668dc7955644dcf5003b5356dabf9edb847932f (diff)
downloadexternal_llvm-a1efbbdbf3217598f334a6f39dab84ca06f5de41.zip
external_llvm-a1efbbdbf3217598f334a6f39dab84ca06f5de41.tar.gz
external_llvm-a1efbbdbf3217598f334a6f39dab84ca06f5de41.tar.bz2
Shrink ADR and LDR from constantpool late during constantpool island pass.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78970 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/Thumb2/tls2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/tls2.ll b/test/CodeGen/Thumb2/tls2.ll
index ca40a24..3396b0b 100644
--- a/test/CodeGen/Thumb2/tls2.ll
+++ b/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.w r., \[pc, r.\]}
+; RUN: grep {ldr r., \[pc, r.\]}
; RUN: llvm-as < %s | llc -mtriple=thumbv7-linux-gnueabi \
; RUN: -relocation-model=pic | grep {__tls_get_addr}