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

like llvm-gcc-x86_64-darwin10-selfhost


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96417 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2010-02-17 00:29:06 +00:00
parent c2676b2909
commit ca0aacc5aa

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 datalayout = "e-p:32:32"
target triple = "i686-apple-darwin8.7.2" target triple = "i686-apple-darwin8.7.2"