1
0
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:
Dan Gohman 2008-08-21 22:34:25 +00:00
parent 6fe9da3acc
commit 4562b2bcfe

View File

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