From 2cd1b777d7ba88dc4c4c072ec58dca9f96a8b4c2 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Sat, 4 Apr 2009 07:20:43 +0000 Subject: Fix test on non-x86 platforms. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68419 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/dagcombine-buildvector.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/X86/dagcombine-buildvector.ll') diff --git a/test/CodeGen/X86/dagcombine-buildvector.ll b/test/CodeGen/X86/dagcombine-buildvector.ll index 46c1e65..2a4e54f 100644 --- a/test/CodeGen/X86/dagcombine-buildvector.ll +++ b/test/CodeGen/X86/dagcombine-buildvector.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86 -o %t -f +; RUN: llvm-as < %s | llc -march=x86 -mattr=sse -o %t -f ; RUN: grep unpcklpd %t | count 1 ; RUN: grep movapd %t | count 1 -- cgit v1.1