llvm-6502/test/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.llx
2004-02-26 22:56:13 +00:00

8 lines
164 B
Plaintext

; 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
}