summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/vec_call.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-04-16 21:05:37 +0000
committerChris Lattner <sabre@nondot.org>2007-04-16 21:05:37 +0000
commit320ce04cb2f92e2c3f4c1c4737c81a6a27a89034 (patch)
tree683ec9067716301c6220ff4000912bfe669a5bf6 /llvm/test/CodeGen/X86/vec_call.ll
parent9294281ac18cc273124ad8674b24c78d0bbcfbd8 (diff)
downloadbcm5719-llvm-320ce04cb2f92e2c3f4c1c4737c81a6a27a89034.tar.gz
bcm5719-llvm-320ce04cb2f92e2c3f4c1c4737c81a6a27a89034.zip
fix this test
llvm-svn: 36160
Diffstat (limited to 'llvm/test/CodeGen/X86/vec_call.ll')
-rw-r--r--llvm/test/CodeGen/X86/vec_call.ll5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/vec_call.ll b/llvm/test/CodeGen/X86/vec_call.ll
index 96cd7e47c39..4c59dacd150 100644
--- a/llvm/test/CodeGen/X86/vec_call.ll
+++ b/llvm/test/CodeGen/X86/vec_call.ll
@@ -1,8 +1,7 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=+sse2 | \
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=+sse2 -mtriple=powerpc-apple-darwin8 | \
; RUN: grep {subl.*60}
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=+sse2 | \
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=+sse2 -mtriple=powerpc-apple-darwin8 | \
; RUN: grep {movdqa.*32}
-; XFAIL: *
void %test() {
tail call void %xx( int 1, int 2, int 3, int 4, int 5, int 6, int 7, <2 x long> cast (<4 x int> < int 4, int 3, int 2, int 1 > to <2 x long>), <2 x long> cast (<4 x int> < int 8, int 7, int 6, int 5 > to <2 x long>), <2 x long> cast (<4 x int> < int 6, int 4, int 2, int 0 > to <2 x long>), <2 x long> cast (<4 x int> < int 8, int 4, int 2, int 1 > to <2 x long>), <2 x long> cast (<4 x int> < int 0, int 1, int 3, int 9 > to <2 x long>) )
OpenPOWER on IntegriCloud