mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-20 02:28:23 +00:00
Test that we can emit global initializers that are not normal FP values
llvm-svn: 9050
This commit is contained in:
parent
b81f5e6db8
commit
fb1eb84a7d
3
test/Regression/CBackend/2003-10-12-NANGlobalInits.ll
Normal file
3
test/Regression/CBackend/2003-10-12-NANGlobalInits.ll
Normal file
@ -0,0 +1,3 @@
|
||||
; This is a non-normal FP value: it's a nan.
|
||||
%NAN = global { float } { float 0x7FF8000000000000 }
|
||||
|
Loading…
Reference in New Issue
Block a user