1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Fix test on non-x86 platforms.

llvm-svn: 68419
This commit is contained in:
Nick Lewycky 2009-04-04 07:20:43 +00:00
parent e3e1bf6e93
commit 49df985ad9

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