blob: 81ac678c429917fee6c594b64acbf1c2e46fa8c6 [file] [log] [blame]
Chris Lattner24823cc2002-04-07 07:58:25 +00001; The output formater prints out 1.0e100 as Inf!
2;
3; RUN: as < %s | dis | as | dis
4
5implementation
6
7float "test"()
8begin
9 %tmp = mul float 1.0e100, 1.0e1
10 ret float %tmp
11end