[llvm-commits] [llvm] r49802 - /llvm/trunk/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll

Evan Cheng evan.cheng at apple.com
Wed Apr 16 11:21:55 PDT 2008


Author: evancheng
Date: Wed Apr 16 13:21:55 2008
New Revision: 49802

URL: http://llvm.org/viewvc/llvm-project?rev=49802&view=rev
Log:
Really test what's intended.

Modified:
    llvm/trunk/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll

Modified: llvm/trunk/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll?rev=49802&r1=49801&r2=49802&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll Wed Apr 16 13:21:55 2008
@@ -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 }





More information about the llvm-commits mailing list