From 1df16dff64fc22bbfabaffc8ab8e5f8bc20225cd Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 1 Oct 2008 00:25:38 +0000 Subject: [PATCH] Use explicit target-triples to unbreak this test on non-darwin systems. llvm-svn: 56896 --- llvm/test/CodeGen/X86/sse41-pmovx.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/X86/sse41-pmovx.ll b/llvm/test/CodeGen/X86/sse41-pmovx.ll index 2db23c19f6a3..71e5e254121c 100644 --- a/llvm/test/CodeGen/X86/sse41-pmovx.ll +++ b/llvm/test/CodeGen/X86/sse41-pmovx.ll @@ -3,7 +3,8 @@ ; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 | grep pmovsxbd ; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 | grep pmovsxwd ; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 | grep pmovsxbq -; RUN: llvm-as < %s | llc -march=x86-64 -mattr=sse41 | grep movq | count 1 +; RUN: llvm-as < %s | llc -march=x86-64 -mattr=sse41 -mtriple=x86_64-apple-darwin | grep movq | count 1 +; RUN: llvm-as < %s | llc -march=x86-64 -mattr=sse41 -mtriple=x86_64-unknown-linux-gnu | not grep movq define <2 x i64> @t1(i32* %p) nounwind { entry: