blob: f32dddb845d962340d9f0955010ba4f82fbf5bc0 [file] [log] [blame]
John Criswell726f0b82004-02-26 22:55:11 +00001; This is a non-normal FP value: it's a nan.
John Criswellfad5c3a2004-02-26 22:56:13 +00002; RUN: llvm-as < %s | llc -march=c | grep FPConstant | grep static
John Criswell726f0b82004-02-26 22:55:11 +00003
4float %func () {
5 ret float 0xFF20000000000000
6}
7