1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/test/Assembler/2004-02-01-NegativeZero.ll

10 lines
213 B
LLVM
Raw Normal View History

; RUN: llvm-as < %s | llvm-dis | FileCheck %s
; RUN: verify-uselistorder %s
2004-02-01 19:16:06 +01:00
; CHECK: global double -0.000000e+00
@0 = global double 0x8000000000000000
; CHECK: global float -0.000000e+00
@1 = global float -0.0
2004-02-01 19:16:06 +01:00