summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/str_pre-2.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-11-12 22:39:34 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-11-12 22:39:34 +0000
commit7f67091259270c1e84919f3c6f9f4241e1301598 (patch)
tree10dacf39a5e3f36652d547f04b6d30e7288413e6 /test/CodeGen/ARM/str_pre-2.ll
parent2eda9458ea8842f589f5fa33eb088f5942f4c8a8 (diff)
downloadllvm-7f67091259270c1e84919f3c6f9f4241e1301598.tar.gz
llvm-7f67091259270c1e84919f3c6f9f4241e1301598.tar.bz2
llvm-7f67091259270c1e84919f3c6f9f4241e1301598.tar.xz
Linear scan is going away.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144472 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/str_pre-2.ll')
-rw-r--r--test/CodeGen/ARM/str_pre-2.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/str_pre-2.ll b/test/CodeGen/ARM/str_pre-2.ll
index f4e3a44d56..983ba455e7 100644
--- a/test/CodeGen/ARM/str_pre-2.ll
+++ b/test/CodeGen/ARM/str_pre-2.ll
@@ -1,4 +1,3 @@
-; RUN: llc < %s -mtriple=armv6-linux-gnu -regalloc=linearscan | FileCheck %s
; RUN: llc < %s -mtriple=armv6-linux-gnu -regalloc=basic | FileCheck %s
; The greedy register allocator uses a single CSR here, invalidating the test.