aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2008-04-15-LiveVariableBug.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/2008-04-15-LiveVariableBug.ll
parentbf37850e4289308c7d74d720b1d9556c99b6719d (diff)
downloadexternal_llvm-8a3eab9b20acb7193285bc31c9a3e23c7c7d7173.zip
external_llvm-8a3eab9b20acb7193285bc31c9a3e23c7c7d7173.tar.gz
external_llvm-8a3eab9b20acb7193285bc31c9a3e23c7c7d7173.tar.bz2
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/2008-04-15-LiveVariableBug.ll')
-rw-r--r--test/CodeGen/X86/2008-04-15-LiveVariableBug.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll b/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll
index 716563b15..0742371 100644
--- a/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll
+++ b/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll
@@ -1,5 +1,4 @@
; RUN: llc < %s -mtriple=x86_64-apple-darwin
-; RUN: llc < %s -mtriple=x86_64-apple-darwin -relocation-model=pic -disable-fp-elim -O0 -regalloc=local
; RUN: llc < %s -mtriple=x86_64-apple-darwin -relocation-model=pic -disable-fp-elim -O0 -regalloc=fast
; PR5534