summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-07-26 15:04:13 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-07-26 15:04:13 +0000
commit8f6c42ba845e7987b6ebb5321e6a7450630dfe0a (patch)
treec15ebbd26c43d2e9f517e5538b4b158b86dc896d /test
parenta000279a7de5a2cdc0a65d0960f1fa907a573c3d (diff)
downloadllvm-8f6c42ba845e7987b6ebb5321e6a7450630dfe0a.tar.gz
llvm-8f6c42ba845e7987b6ebb5321e6a7450630dfe0a.tar.bz2
llvm-8f6c42ba845e7987b6ebb5321e6a7450630dfe0a.tar.xz
Added another test case for double FP constants as well.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15233 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.llx3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.llx b/test/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.llx
index 6be7b7108b..36b19f3d8c 100644
--- a/test/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.llx
+++ b/test/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.llx
@@ -5,3 +5,6 @@ float %func () {
ret float 0xFFF0000000000000 ; -inf
}
+double %func2() {
+ ret double 0xFF20000000000000 ; -inf
+}