summaryrefslogtreecommitdiff
path: root/test/CodeGen/SPARC
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/SPARC
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/SPARC')
-rw-r--r--test/CodeGen/SPARC/2011-01-11-FrameAddr.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/SPARC/2011-01-11-FrameAddr.ll b/test/CodeGen/SPARC/2011-01-11-FrameAddr.ll
index 6516b2d19e..9e6583ca2c 100644
--- a/test/CodeGen/SPARC/2011-01-11-FrameAddr.ll
+++ b/test/CodeGen/SPARC/2011-01-11-FrameAddr.ll
@@ -1,7 +1,7 @@
-;RUN: llc -march=sparc -regalloc=linearscan < %s | FileCheck %s -check-prefix=V8
-;RUN: llc -march=sparc -regalloc=linearscan -mattr=v9 < %s | FileCheck %s -check-prefix=V9
-
-; These tests depend on linear scan's trivial coalescer for reserved registers.
+;RUN: llc -march=sparc < %s | FileCheck %s -check-prefix=V8
+;RUN: llc -march=sparc -mattr=v9 < %s | FileCheck %s -check-prefix=V9
+;RUN: llc -march=sparc -regalloc=basic < %s | FileCheck %s -check-prefix=V8
+;RUN: llc -march=sparc -regalloc=basic -mattr=v9 < %s | FileCheck %s -check-prefix=V9
define i8* @frameaddr() nounwind readnone {
entry: