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