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