PTX: Emit global arrays with proper sizes
[oota-llvm.git] / test / CodeGen / CBackend / 2003-10-12-NANGlobalInits.ll
1 ; RUN: llc < %s -march=c
2
3 ; This is a non-normal FP value: it's a nan.
4 @NAN = global { float } { float 0x7FF8000000000000 }            ; <{ float }*> [#uses=0]
5 @NANs = global { float } { float 0x7FFC000000000000 }           ; <{ float }*> [#uses=0]