summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66226/b66226.il
blob: b30fff33e4d7222b4ff32007c21e5dbe64c89a7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

.assembly extern legacy library mscorlib {}
.assembly extern System.Console
{
  .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
  .ver 4:0:0:0
}
.assembly ILGEN_0x9b859686 {}
.class ILGEN_0x9b859686 {
.method static int32 Method_0xbe0b5ad5() {
.maxstack	9
 ldc.i8 0x8eb5516c4d2c04c
 ldc.i8 0xcba500615d8e16e3
 ldc.i8 0x371f9a5afaf80d94
 mul.ovf
 ble.un Branch_0x20
 ldc.i4.4
 br Branch_0x21
Branch_0x20:
 ldc.r4 float32(0xe4060d9e)
 ldc.r4 float32(0x2040af2b)
 bgt Branch_0x24
 ldc.i4.7
 br Branch_0x25
Branch_0x24:
 ldc.i4.s -7
Branch_0x25:
Branch_0x21:
 ret
}
.method static int32 Main() {
.entrypoint
.maxstack	20
.try {
 call int32 ILGEN_0x9b859686::Method_0xbe0b5ad5()
 pop
leave END
} catch [mscorlib]System.OverflowException {
pop
leave END
}
END:
ldc.i4 100
ret

}
}