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:
parent
e3e1bf6e93
commit
49df985ad9
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user