summaryrefslogtreecommitdiff
path: root/test/CodeGen/CBackend/2003-10-12-NANGlobalInits.ll
blob: 2addddaa5a911c2c0944fd6d67fb0eea31233d95 (plain)
1
2
3
4
5
; RUN: llvm-as < %s | llc -march=c

; This is a non-normal FP value: it's a nan.
%NAN = global { float } { float 0x7FF8000000000000 } 
%NANs = global { float } { float 0x7FF4000000000000 }