roundss is an sse 4 thing, fix the test on non-sse41 builders

like llvm-gcc-x86_64-darwin10-selfhost

llvm-svn: 96417
This commit is contained in:
Chris Lattner 2010-02-17 00:29:06 +00:00
parent ebf80812e3
commit c87f9d6d1a

View File

@ -1,4 +1,4 @@
; RUN: llc < %s -march=x86 -mattr=+sse,+sse2 | FileCheck %s
; RUN: llc < %s -march=x86 -mattr=+sse,+sse2,+sse41 | FileCheck %s
target datalayout = "e-p:32:32"
target triple = "i686-apple-darwin8.7.2"