fix this to use a valid triple.
authorChris Lattner <sabre@nondot.org>
Wed, 2 Jan 2008 22:21:45 +0000 (22:21 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 2 Jan 2008 22:21:45 +0000 (22:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45509 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/sse-align-11.ll

index c4de9b192c141a4db69fc39571584ae175c62d82..81471bd5be540d27f5abb2edb84a60b978861b0e 100644 (file)
@@ -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) {