[llvm-commits] [llvm] r65600 - /llvm/trunk/test/CodeGen/X86/ret-mmx.ll

Nick Lewycky nicholas at mxc.ca
Thu Feb 26 20:22:42 PST 2009


That works. Thanks Evan!

Evan Cheng wrote:
> Author: evancheng
> Date: Thu Feb 26 18:51:50 2009
> New Revision: 65600
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=65600&view=rev
> Log:
> Make sure this test passes on linux-ppc.
> 
> Modified:
>     llvm/trunk/test/CodeGen/X86/ret-mmx.ll
> 
> Modified: llvm/trunk/test/CodeGen/X86/ret-mmx.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/ret-mmx.ll?rev=65600&r1=65599&r2=65600&view=diff
> 
> ==============================================================================
> --- llvm/trunk/test/CodeGen/X86/ret-mmx.ll (original)
> +++ llvm/trunk/test/CodeGen/X86/ret-mmx.ll Thu Feb 26 18:51:50 2009
> @@ -1,4 +1,4 @@
> -; RUN: llvm-as < %s | llc -march=x86-64 -mattr=+mmx
> +; RUN: llvm-as < %s | llc -march=x86-64 -mattr=+mmx,+sse2
>  ; rdar://6602459
>  
>  @g_v1di = external global <1 x i64>
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
> 




More information about the llvm-commits mailing list