Work around pr23045 and make it easier to reproduce.
[oota-llvm.git] / test / Assembler / 2004-02-01-NegativeZero.ll
1 ; RUN: llvm-as < %s | llvm-dis | FileCheck %s
2 ; RUN: verify-uselistorder %s
3
4 ; CHECK: global double -0.000000e+00
5 global double 0x8000000000000000
6
7 ; CHECK: global float -0.000000e+00
8 global float -0.0
9