summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/ldr-str-imm12.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-03-31 23:31:50 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-03-31 23:31:50 +0000
commitc3178f85b5b1e682a08ba23ef02fe15e21c6e345 (patch)
tree1a7dccb0b2fa516b22d0039d561d22b6a014dcb9 /test/CodeGen/Thumb2/ldr-str-imm12.ll
parentae0855401b8c80f96904b6808b0bc4c89216aecd (diff)
downloadllvm-c3178f85b5b1e682a08ba23ef02fe15e21c6e345.tar.gz
llvm-c3178f85b5b1e682a08ba23ef02fe15e21c6e345.tar.bz2
llvm-c3178f85b5b1e682a08ba23ef02fe15e21c6e345.tar.xz
Fix Thumb and Thumb2 tests to be register allocator independent.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128690 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb2/ldr-str-imm12.ll')
-rw-r--r--test/CodeGen/Thumb2/ldr-str-imm12.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/ldr-str-imm12.ll b/test/CodeGen/Thumb2/ldr-str-imm12.ll
index 650d788cb4..08265b8fb2 100644
--- a/test/CodeGen/Thumb2/ldr-str-imm12.ll
+++ b/test/CodeGen/Thumb2/ldr-str-imm12.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=thumbv7-apple-darwin -mcpu=cortex-a8 -relocation-model=pic -disable-fp-elim | FileCheck %s
+; RUN: llc < %s -mtriple=thumbv7-apple-darwin -mcpu=cortex-a8 -relocation-model=pic -disable-fp-elim -regalloc=linearscan | FileCheck %s
; rdar://7352504
; Make sure we use "str r9, [sp, #+28]" instead of "sub.w r4, r7, #256" followed by "str r9, [r4, #-32]".