summaryrefslogtreecommitdiff
path: root/test/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.llx
blob: f32dddb845d962340d9f0955010ba4f82fbf5bc0 (plain)
1
2
3
4
5
6
7
; 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
}