blob: bd43d0d1f6beec33ec3f76434dfe4c718d2dd4ec [file] [log] [blame]
John Criswell726f0b82004-02-26 22:55:11 +00001; 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
5float %func () {
6 ret float 0xFF20000000000000
7}
8