diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-04-16 18:21:55 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-04-16 18:21:55 +0000 |
commit | 7b989d853eb40422b5ef2a0693bcec0d47ca0aef (patch) | |
tree | 78da75e7f5622b45fd85e997e6a27c2380392f4d /llvm/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll | |
parent | 2044a5183d9d84c4050e39a68c8dc5c2f398dc77 (diff) | |
download | bcm5719-llvm-7b989d853eb40422b5ef2a0693bcec0d47ca0aef.tar.gz bcm5719-llvm-7b989d853eb40422b5ef2a0693bcec0d47ca0aef.zip |
Really test what's intended.
llvm-svn: 49802
Diffstat (limited to 'llvm/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll b/llvm/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll index 4f41906c162..8cdff563a3b 100644 --- a/llvm/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll +++ b/llvm/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 } |