mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
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:
parent
b3e849cf15
commit
2cd1b777d7
@ -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…
Reference in New Issue
Block a user