From c2ec2baf3d4de95695e695ee404efc251efba6d4 Mon Sep 17 00:00:00 2001 From: Dale Johannesen Date: Wed, 5 Sep 2007 17:50:36 +0000 Subject: Change all floating constants that are not exactly representable to use hex format. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41722 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/v4f32-immediate.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/X86/v4f32-immediate.ll') diff --git a/test/CodeGen/X86/v4f32-immediate.ll b/test/CodeGen/X86/v4f32-immediate.ll index 67b5e79..bd6045c 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> + ret <4 x float> } -- cgit v1.1