From 6480cc6f8c02794c9c78be0ed7dbb4631cb8ddea 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. llvm-svn: 41722 --- llvm/test/CodeGen/X86/vector.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/X86/vector.ll') diff --git a/llvm/test/CodeGen/X86/vector.ll b/llvm/test/CodeGen/X86/vector.ll index 348d4d6ccf4..4925ea87892 100644 --- a/llvm/test/CodeGen/X86/vector.ll +++ b/llvm/test/CodeGen/X86/vector.ll @@ -65,7 +65,7 @@ void %test_div(%f8 *%P, %f8* %Q, %f8 *%S) { void %test_cst(%f4 *%P, %f4 *%S) { %p = load %f4* %P - %R = add %f4 %p, + %R = add %f4 %p, store %f4 %R, %f4 *%S ret void } -- cgit v1.2.3