aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/ldrd.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-04-30 01:37:52 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-04-30 01:37:52 +0000
commitd5b679c8cea8cd0daa6b7588102b5d07ae5bba50 (patch)
treec8c8e286a8f75935c0581ab08d23bd79962be426 /test/CodeGen/ARM/ldrd.ll
parentd65ba721cccb0d0998750908bf2533e08b106f38 (diff)
downloadexternal_llvm-d5b679c8cea8cd0daa6b7588102b5d07ae5bba50.zip
external_llvm-d5b679c8cea8cd0daa6b7588102b5d07ae5bba50.tar.gz
external_llvm-d5b679c8cea8cd0daa6b7588102b5d07ae5bba50.tar.bz2
Weekly fix of register allocation dependent unit tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130567 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/ldrd.ll')
-rw-r--r--test/CodeGen/ARM/ldrd.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/ldrd.ll b/test/CodeGen/ARM/ldrd.ll
index 3856944..8010f20 100644
--- a/test/CodeGen/ARM/ldrd.ll
+++ b/test/CodeGen/ARM/ldrd.ll
@@ -1,6 +1,6 @@
; RUN: llc < %s -mtriple=armv6-apple-darwin -regalloc=linearscan | FileCheck %s -check-prefix=V6
-; RUN: llc < %s -mtriple=armv5-apple-darwin | FileCheck %s -check-prefix=V5
-; RUN: llc < %s -mtriple=armv6-eabi | FileCheck %s -check-prefix=EABI
+; RUN: llc < %s -mtriple=armv5-apple-darwin -regalloc=linearscan | FileCheck %s -check-prefix=V5
+; RUN: llc < %s -mtriple=armv6-eabi -regalloc=linearscan | FileCheck %s -check-prefix=EABI
; rdar://r6949835
; Magic ARM pair hints works best with linearscan.