mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 21:31:03 +00:00
Test that we can emit global initializers that are not normal FP values
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9050 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9860e77110
commit
dfaeb0e8b9
3
test/CBackend/2003-10-12-NANGlobalInits.ll
Normal file
3
test/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 }
|
||||
|
3
test/CodeGen/CBackend/2003-10-12-NANGlobalInits.ll
Normal file
3
test/CodeGen/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…
x
Reference in New Issue
Block a user