blob: e495c4d6c1565b799ebd7acabf8c7c319cf37b85 [file] [log] [blame]
Rafael Espindola4396b442014-11-06 15:05:51 +00001; RUN: llvm-as < %s | llvm-dis | FileCheck %s
Duncan P. N. Exon Smith13f5c582014-08-19 21:08:27 +00002; RUN: verify-uselistorder %s
Chris Lattnere5ec9552004-02-01 18:16:06 +00003
Rafael Espindola4396b442014-11-06 15:05:51 +00004; CHECK: global double -0.000000e+00
Rafael Espindola11ab0c32016-05-10 18:22:45 +00005@0 = global double 0x8000000000000000
Rafael Espindola4396b442014-11-06 15:05:51 +00006
7; CHECK: global float -0.000000e+00
Rafael Espindola11ab0c32016-05-10 18:22:45 +00008@1 = global float -0.0
Chris Lattnere5ec9552004-02-01 18:16:06 +00009