hanchenye-llvm-project/llvm/test/Assembler/2004-02-01-NegativeZero.ll

10 lines
203 B
LLVM
Raw Normal View History

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