summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/v4f32-immediate.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/v4f32-immediate.ll')
-rw-r--r--test/CodeGen/X86/v4f32-immediate.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/v4f32-immediate.ll b/test/CodeGen/X86/v4f32-immediate.ll
index 67b5e79df8..bd6045c068 100644
--- a/test/CodeGen/X86/v4f32-immediate.ll
+++ b/test/CodeGen/X86/v4f32-immediate.ll
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse | grep 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>
}