Test that we can emit global initializers that are not normal FP values

llvm-svn: 9050
This commit is contained in:
Chris Lattner 2003-10-12 07:31:25 +00:00
parent b81f5e6db8
commit fb1eb84a7d

View File

@ -0,0 +1,3 @@
; This is a non-normal FP value: it's a nan.
%NAN = global { float } { float 0x7FF8000000000000 }