fix PR6305 by handling BlockAddress in a helper function
[oota-llvm.git] / test / CodeGen / CBackend / 2003-10-12-NANGlobalInits.ll
index 184ffb49d20a555b61e07999205f0305035cedbc..0fbb3feef137ccfc682da49e803866b80692465c 100644 (file)
@@ -1,3 +1,5 @@
+; RUN: llc < %s -march=c
+
 ; This is a non-normal FP value: it's a nan.
-%NAN = global { float } { float 0x7FF8000000000000 } 
-%NANs = global { float } { float 0x7FF4000000000000 } 
+@NAN = global { float } { float 0x7FF8000000000000 }            ; <{ float }*> [#uses=0]
+@NANs = global { float } { float 0x7FFC000000000000 }           ; <{ float }*> [#uses=0]