summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.llx4
1 files 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 f32dddb845..6be7b7108b 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
}