blob: 6f23915a75c02356e6053d99250abf2c7862a9a4 [file] [log] [blame]
Chris Lattner8ea3f1b2004-07-26 05:04:25 +00001; This is a non-normal FP value
Tanya Lattner53a66d12008-02-19 01:41:04 +00002; RUN: llvm-as < %s | llc -march=c | grep FPConstant | grep static
John Criswell726f0b82004-02-26 22:55:11 +00003
Tanya Lattner53a66d12008-02-19 01:41:04 +00004define float @func() {
5 ret float 0xFFF0000000000000
John Criswell726f0b82004-02-26 22:55:11 +00006}
7
Tanya Lattner53a66d12008-02-19 01:41:04 +00008define double @func2() {
9 ret double 0xFF20000000000000
Reid Spencer8f6c42b2004-07-26 15:04:13 +000010}
Tanya Lattner53a66d12008-02-19 01:41:04 +000011