summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/2010-05-20-NEONSpillCrash.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/2010-05-20-NEONSpillCrash.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/2010-05-20-NEONSpillCrash.ll')
-rw-r--r--test/CodeGen/ARM/2010-05-20-NEONSpillCrash.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/2010-05-20-NEONSpillCrash.ll b/test/CodeGen/ARM/2010-05-20-NEONSpillCrash.ll
index e47c038393..a65cf4b5e6 100644
--- a/test/CodeGen/ARM/2010-05-20-NEONSpillCrash.ll
+++ b/test/CodeGen/ARM/2010-05-20-NEONSpillCrash.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm -mattr=+neon -O0 -regalloc=linearscan
+; RUN: llc < %s -march=arm -mattr=+neon -O0 -regalloc=basic
; This test would crash the rewriter when trying to handle a spill after one of
; the @llvm.arm.neon.vld3.v8i8 defined three parts of a register.