roundss is an sse 4 thing, fix the test on non-sse41 builders
authorChris Lattner <sabre@nondot.org>
Wed, 17 Feb 2010 00:29:06 +0000 (00:29 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 17 Feb 2010 00:29:06 +0000 (00:29 +0000)
like llvm-gcc-x86_64-darwin10-selfhost

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96417 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/vec_ss_load_fold.ll

index a44e08dc84ad004975d5cfe3c1569d9af45f4900..48e75eb18ade5c6587b57dc681a9e6ef17c74067 100644 (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"