summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-26 05:04:25 +0000
committerChris Lattner <sabre@nondot.org>2004-07-26 05:04:25 +0000
commit8ea3f1b3bc5a54d3c29471330218619cbd0c5e87 (patch)
tree5bb165654044d993df2051a3d59f48d8915de7a2 /test
parent595ee7ec26432e4804f1e71817d9cf9b1f86318d (diff)
downloadllvm-8ea3f1b3bc5a54d3c29471330218619cbd0c5e87.tar.gz
llvm-8ea3f1b3bc5a54d3c29471330218619cbd0c5e87.tar.bz2
llvm-8ea3f1b3bc5a54d3c29471330218619cbd0c5e87.tar.xz
Update test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15228 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-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
}