Update test
authorChris Lattner <sabre@nondot.org>
Mon, 26 Jul 2004 05:04:25 +0000 (05:04 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 26 Jul 2004 05:04:25 +0000 (05:04 +0000)
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

index f32dddb845d962340d9f0955010ba4f82fbf5bc0..6be7b7108b5768d0a003b8ce1ea2104d4748846b 100644 (file)
@@ -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
 }