From 7b989d853eb40422b5ef2a0693bcec0d47ca0aef Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Wed, 16 Apr 2008 18:21:55 +0000 Subject: [PATCH] Really test what's intended. llvm-svn: 49802 --- llvm/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll b/llvm/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll index 4f41906c162d..8cdff563a3bf 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 }