From: Chris Lattner Date: Mon, 26 Jul 2004 05:04:25 +0000 (+0000) Subject: Update test X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8ea3f1b3bc5a54d3c29471330218619cbd0c5e87;p=oota-llvm.git Update test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15228 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 }