mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Add -mattr=sse2 so this test doesn't fail on non-x86 hosts.
llvm-svn: 55145
This commit is contained in:
parent
6fe9da3acc
commit
4562b2bcfe
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | llc -fast-isel -march=x86
|
||||
; RUN: llvm-as < %s | llc -fast-isel -march=x86 -mattr=sse2
|
||||
|
||||
; This tests very minimal fast-isel functionality.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user