1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 22:12:57 +02:00
llvm-mirror/test/Assembler/2004-02-01-NegativeZero.ll

6 lines
99 B
LLVM
Raw Normal View History

2008-02-14 08:57:12 +01:00
; RUN: llvm-as < %s | llvm-dis | grep -- -0.0
2004-02-01 19:16:06 +01:00
2004-02-01 23:47:16 +01:00
global double 0x8000000000000000
global float -0.0
2004-02-01 19:16:06 +01:00