John Criswell | 726f0b8 | 2004-02-26 22:55:11 +0000 | [diff] [blame^] | 1 | ; This is a non-normal FP value: it's a nan. |
2 | ; RUN: llvm-as < %s | llc -march=c | ||||
3 | ; llvm-as < %s | llc -march=c | grep FPConstant | grep static | ||||
4 | |||||
5 | float %func () { | ||||
6 | ret float 0xFF20000000000000 | ||||
7 | } | ||||
8 |