blob: 06e649e5c12c1020d766e22ef10f48d5df696895 [file] [log] [blame]
Chris Lattner24823cc2002-04-07 07:58:25 +00001; The output formater prints out 1.0e100 as Inf!
2;
Tanya Lattner6e9bcee2008-02-14 07:57:12 +00003; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis
Chris Lattner24823cc2002-04-07 07:58:25 +00004
Tanya Lattner6e9bcee2008-02-14 07:57:12 +00005define float @test() {
6 %tmp = mul float 0x7FF0000000000000, 1.000000e+01 ; <float> [#uses=1]
7 ret float %tmp
8}
Chris Lattner24823cc2002-04-07 07:58:25 +00009