Added another test case for double FP constants as well.
authorReid Spencer <rspencer@reidspencer.com>
Mon, 26 Jul 2004 15:04:13 +0000 (15:04 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 26 Jul 2004 15:04:13 +0000 (15:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15233 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.llx

index 6be7b7108b5768d0a003b8ce1ea2104d4748846b..36b19f3d8c40dd68c506d8a5c4fa5e2cf7e0813b 100644 (file)
@@ -5,3 +5,6 @@ float %func () {
   ret float 0xFFF0000000000000  ; -inf
 }
 
+double %func2() {
+  ret double 0xFF20000000000000  ; -inf
+}