summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/fast-isel-redefinition.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-11-12 19:53:52 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-11-12 19:53:52 +0000
commit097d277ef0ca572a33d20c4b26153121760b37c3 (patch)
tree2f710458db22ad7291718bce2543ae6616a04fdc /test/CodeGen/ARM/fast-isel-redefinition.ll
parent4ee1aa70204c1c4f0ea14b24890181e78ae4fd85 (diff)
downloadllvm-097d277ef0ca572a33d20c4b26153121760b37c3.tar.gz
llvm-097d277ef0ca572a33d20c4b26153121760b37c3.tar.bz2
llvm-097d277ef0ca572a33d20c4b26153121760b37c3.tar.xz
Switch a few tests off linearscan.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144460 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/fast-isel-redefinition.ll')
-rw-r--r--test/CodeGen/ARM/fast-isel-redefinition.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/fast-isel-redefinition.ll b/test/CodeGen/ARM/fast-isel-redefinition.ll
index 08dcc64c9c..4203537807 100644
--- a/test/CodeGen/ARM/fast-isel-redefinition.ll
+++ b/test/CodeGen/ARM/fast-isel-redefinition.ll
@@ -1,4 +1,4 @@
-; RUN: llc -O0 -regalloc=linearscan < %s
+; RUN: llc -O0 -regalloc=basic < %s
; This isn't exactly a useful set of command-line options, but check that it
; doesn't crash. (It was crashing because a register was getting redefined.)