xref: /llvm-project/llvm/test/Feature/float.ll (revision 518cda42b9dc8b8acb382ae3f49141985f706459)
15e606cb5SDaniel Dunbar; RUN: llvm-as < %s | llvm-dis > %t1.ll
25e606cb5SDaniel Dunbar; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
35e606cb5SDaniel Dunbar; RUN: diff %t1.ll %t2.ll
4ab8bf469SReid Spencer
5*518cda42SDan Gohman@H1     = global half 0x4010000000000000
6b7e02fc0STanya Lattner@F1     = global float 0x4010000000000000
7b7e02fc0STanya Lattner@D1     = global double 0x4010000000000000
8