aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-05-12 00:11:24 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-05-12 00:11:24 +0000
commitefbabe85a10edb1e9c89f10eecead6f53933b2aa (patch)
treec12d74ddb3958ff6325db941792af67b2152e788 /test/CodeGen/X86/2008-04-15-LiveVariableBug.ll
parent335d4e49a5accdfde53efe66dd15113239bed8ba (diff)
downloadexternal_llvm-efbabe85a10edb1e9c89f10eecead6f53933b2aa.zip
external_llvm-efbabe85a10edb1e9c89f10eecead6f53933b2aa.tar.gz
external_llvm-efbabe85a10edb1e9c89f10eecead6f53933b2aa.tar.bz2
Enable a bunch more -regalloc=fast tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103531 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, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll b/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll
index 2aea9c5..716563b15 100644
--- a/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll
+++ b/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll
@@ -1,5 +1,6 @@
; 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
%struct.CGPoint = type { double, double }