From 8ea3f1b3bc5a54d3c29471330218619cbd0c5e87 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 26 Jul 2004 05:04:25 +0000 Subject: [PATCH] Update test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15228 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.llx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.llx b/test/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.llx index f32dddb845d..6be7b7108b5 100644 --- a/test/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.llx +++ b/test/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.llx @@ -1,7 +1,7 @@ -; This is a non-normal FP value: it's a nan. +; This is a non-normal FP value ; RUN: llvm-as < %s | llc -march=c | grep FPConstant | grep static float %func () { - ret float 0xFF20000000000000 + ret float 0xFFF0000000000000 ; -inf } -- 2.34.1