aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/sse-align-11.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-01-02 22:21:45 +0000
committerChris Lattner <sabre@nondot.org>2008-01-02 22:21:45 +0000
commit2b28187c5ae3f9310a78c18063ed201f6da7bb00 (patch)
treed3e1052664f45be502cddddd6db6d0cceef20764 /test/CodeGen/X86/sse-align-11.ll
parent98ab984123fed8d120d81c47386ddc61489b7769 (diff)
downloadexternal_llvm-2b28187c5ae3f9310a78c18063ed201f6da7bb00.zip
external_llvm-2b28187c5ae3f9310a78c18063ed201f6da7bb00.tar.gz
external_llvm-2b28187c5ae3f9310a78c18063ed201f6da7bb00.tar.bz2
fix this to use a valid triple.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45509 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/sse-align-11.ll')
-rw-r--r--test/CodeGen/X86/sse-align-11.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/sse-align-11.ll b/test/CodeGen/X86/sse-align-11.ll
index c4de9b1..81471bd 100644
--- a/test/CodeGen/X86/sse-align-11.ll
+++ b/test/CodeGen/X86/sse-align-11.ll
@@ -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) {