1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 14:02:52 +02:00
llvm-mirror/test/CodeGen/CBackend/2003-10-12-NANGlobalInits.ll

6 lines
259 B
LLVM
Raw Normal View History

; RUN: llvm-as < %s | llc -march=c
2004-11-06 22:40:51 +01:00
; This is a non-normal FP value: it's a nan.
@NAN = global { float } { float 0x7FF8000000000000 } ; <{ float }*> [#uses=0]
@NANs = global { float } { float 0x7FFC000000000000 } ; <{ float }*> [#uses=0]