afce5b8ac4842ac76c50c418bda97b0055c60b94
[oota-llvm.git] / test / Assembler / 2002-04-07-InfConstant.llx
1 ; The output formater prints out 1.0e100 as Inf!
2 ;
3 ; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | llvm-as | llvm-dis
4
5 implementation
6
7 float "test"()
8 begin
9         %tmp = mul float 0x7FF0000000000000, 1.0e1
10         ret float %tmp
11 end