Fix test on non-x86 platforms.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68419 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nick Lewycky 2009-04-04 07:20:43 +00:00
parent b3e849cf15
commit 2cd1b777d7

View File

@ -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