summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/2009-10-27-double-align.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-04-05 21:40:41 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-04-05 21:40:41 +0000
commitc5ddb740895f4f2efe58bcd6d092d07d0bdb2527 (patch)
treeced6624fdc1ef5d925ad14584416236bee2db52e /test/CodeGen/ARM/2009-10-27-double-align.ll
parentcfafc54040cc9722995558124f253d05a038176b (diff)
downloadllvm-c5ddb740895f4f2efe58bcd6d092d07d0bdb2527.tar.gz
llvm-c5ddb740895f4f2efe58bcd6d092d07d0bdb2527.tar.bz2
llvm-c5ddb740895f4f2efe58bcd6d092d07d0bdb2527.tar.xz
These tests no longer require linear scan because reserved register coalescing is now universal.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128936 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/2009-10-27-double-align.ll')
-rw-r--r--test/CodeGen/ARM/2009-10-27-double-align.ll5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/CodeGen/ARM/2009-10-27-double-align.ll b/test/CodeGen/ARM/2009-10-27-double-align.ll
index 10ca722f9e..b37de9dbbd 100644
--- a/test/CodeGen/ARM/2009-10-27-double-align.ll
+++ b/test/CodeGen/ARM/2009-10-27-double-align.ll
@@ -1,6 +1,5 @@
-; RUN: llc < %s -mtriple=arm-linux-gnueabi -regalloc=linearscan | FileCheck %s
-
-; This test depends on linear scan's reserved register coalescing.
+; RUN: llc < %s -mtriple=arm-linux-gnueabi | FileCheck %s
+; RUN: llc < %s -mtriple=arm-linux-gnueabi -regalloc=basic | FileCheck %s
@.str = private constant [1 x i8] zeroinitializer, align 1