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 d95495f601
commit 46989c637d
1 changed files with 1 additions and 1 deletions

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.