aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-04-16 18:21:55 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-04-16 18:21:55 +0000
commit6f0ca06296ad04ef38188b4b80b834571272c135 (patch)
treed22dbd5de8515ab20c76a2a6b8fd2491cca1db29 /test/CodeGen/X86/2008-04-15-LiveVariableBug.ll
parent76249966eec8d318534b416f33f878c6bd01d1ee (diff)
downloadexternal_llvm-6f0ca06296ad04ef38188b4b80b834571272c135.zip
external_llvm-6f0ca06296ad04ef38188b4b80b834571272c135.tar.gz
external_llvm-6f0ca06296ad04ef38188b4b80b834571272c135.tar.bz2
Really test what's intended.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49802 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 4f41906..8cdff56 100644
--- a/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll
+++ b/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll
@@ -1,4 +1,5 @@
; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin
+; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin -relocation-model=pic -disable-fp-elim -fast -regalloc=local
%struct.CGPoint = type { double, double }
%struct.NSArray = type { %struct.NSObject }