[llvm-commits] [llvm] r45509 - /llvm/trunk/test/CodeGen/X86/sse-align-11.ll
Chris Lattner
sabre at nondot.org
Wed Jan 2 14:21:45 PST 2008
Author: lattner
Date: Wed Jan 2 16:21:45 2008
New Revision: 45509
URL: http://llvm.org/viewvc/llvm-project?rev=45509&view=rev
Log:
fix this to use a valid triple.
Modified:
llvm/trunk/test/CodeGen/X86/sse-align-11.ll
Modified: llvm/trunk/test/CodeGen/X86/sse-align-11.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/sse-align-11.ll?rev=45509&r1=45508&r2=45509&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/sse-align-11.ll (original)
+++ llvm/trunk/test/CodeGen/X86/sse-align-11.ll Wed Jan 2 16:21:45 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah -mtriple=darwin | grep movaps
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah -mtriple=i686-apple-darwin8 | grep movaps
; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah -mtriple=linux | grep movups
define <4 x float> @foo(float %a, float %b, float %c, float %d) {
More information about the llvm-commits
mailing list