fix test attributes; this is an SSE2 test, not a Nehalem test
[oota-llvm.git] / test / CodeGen / X86 / v4f32-immediate.ll
index 67b5e79df86c6280410552aa5ea93c1aa7f60f06..68d20a04ecf0de8a2355c6b30832480c660ce03d 100644 (file)
@@ -1,5 +1,7 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse | grep movaps
+; RUN: llc < %s -march=x86 -mattr=+sse | FileCheck %s
+
+; CHECK: movaps
 
 define <4 x float> @foo() {
-  ret <4 x float> <float 3.223542354, float 2.3, float 1.2, float 0.1>
+  ret <4 x float> <float 0x4009C9D0A0000000, float 0x4002666660000000, float 0x3FF3333340000000, float 0x3FB99999A0000000>
 }