summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/fast-isel-bc.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-11-12 20:35:26 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-11-12 20:35:26 +0000
commit126f9779c319c374f052aa22aa95f273df678d63 (patch)
treedf0c2e586e3289603b8542badc705d29cfe49fe4 /llvm/test/CodeGen/X86/fast-isel-bc.ll
parent9d090daa335f71289ddb540807fd1e5315ef2a74 (diff)
downloadbcm5719-llvm-126f9779c319c374f052aa22aa95f273df678d63.tar.gz
bcm5719-llvm-126f9779c319c374f052aa22aa95f273df678d63.zip
Eliminate more linear scan tests.
llvm-svn: 144462
Diffstat (limited to 'llvm/test/CodeGen/X86/fast-isel-bc.ll')
-rw-r--r--llvm/test/CodeGen/X86/fast-isel-bc.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fast-isel-bc.ll b/llvm/test/CodeGen/X86/fast-isel-bc.ll
index 4abc3b5b3c8..193e436559e 100644
--- a/llvm/test/CodeGen/X86/fast-isel-bc.ll
+++ b/llvm/test/CodeGen/X86/fast-isel-bc.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -O0 -regalloc=linearscan -march=x86-64 -mattr=+mmx,+sse2 | FileCheck %s
+; RUN: llc < %s -O0 -regalloc=basic -march=x86-64 -mattr=+mmx,+sse2 | FileCheck %s
; PR4684
target datalayout =
OpenPOWER on IntegriCloud