summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/phys-reg-local-regalloc.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-06-15 21:58:33 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-06-15 21:58:33 +0000
commit8a3eab9b20acb7193285bc31c9a3e23c7c7d7173 (patch)
tree30b13ccea1740455dcef80b5cb4bdb6a70f54bc3 /test/CodeGen/X86/phys-reg-local-regalloc.ll
parentbf37850e4289308c7d74d720b1d9556c99b6719d (diff)
downloadllvm-8a3eab9b20acb7193285bc31c9a3e23c7c7d7173.tar.gz
llvm-8a3eab9b20acb7193285bc31c9a3e23c7c7d7173.tar.bz2
llvm-8a3eab9b20acb7193285bc31c9a3e23c7c7d7173.tar.xz
Remove the local register allocator.
Please use the fast allocator instead. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106051 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/phys-reg-local-regalloc.ll')
-rw-r--r--test/CodeGen/X86/phys-reg-local-regalloc.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/phys-reg-local-regalloc.ll b/test/CodeGen/X86/phys-reg-local-regalloc.ll
index 045841e724..8b9ea17c4e 100644
--- a/test/CodeGen/X86/phys-reg-local-regalloc.ll
+++ b/test/CodeGen/X86/phys-reg-local-regalloc.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=x86 -mtriple=i386-apple-darwin9 -regalloc=local | FileCheck %s
-; RUN: llc -O0 < %s -march=x86 -mtriple=i386-apple-darwin9 -regalloc=local | FileCheck %s
+; RUN: llc < %s -march=x86 -mtriple=i386-apple-darwin9 -regalloc=fast | FileCheck %s
+; RUN: llc -O0 < %s -march=x86 -mtriple=i386-apple-darwin9 -regalloc=fast | FileCheck %s
; CHECKed instructions should be the same with or without -O0.
@.str = private constant [12 x i8] c"x + y = %i\0A\00", align 1 ; <[12 x i8]*> [#uses=1]