blob: f32dddb845d962340d9f0955010ba4f82fbf5bc0 [file] [log] [blame]
; This is a non-normal FP value: it's a nan.
; RUN: llvm-as < %s | llc -march=c | grep FPConstant | grep static
float %func () {
ret float 0xFF20000000000000
}