summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70289/b70289.il
blob: 03222149083f908d619495250c33401e24b7753c (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
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

.assembly extern legacy library mscorlib {}
.assembly ILGEN_0x8d1cfa06 {}
.class ILGEN_0x8d1cfa06 {
.method static int32 Main() {
.entrypoint
.maxstack	20
.try {

 ldc.i4 0xdbb08029 
 ldc.i4.s 112
 bgt.un Branch_0x2
 ldc.r4 float32(0xda3975af)
 br Branch_0x3
Branch_0x2:
 ldc.i4 0x74f929bf 
 ldc.i4.3
 beq Branch_0x8
 ldc.r8 float64(0x206b6e7a4e3b3ee5)
 br Branch_0x9
Branch_0x8:
 ldc.r4 float32(0x7c0c8a0c)
Branch_0x9:
Branch_0x3:
 ldc.i8 0x9715a29058031ffb
 conv.ovf.i4
 conv.r.un
 bne.un Branch_0x0
 ldc.i4.s -113
 br Branch_0x1
Branch_0x0:
 ldc.i4 100
Branch_0x1:
 pop
leave END
} catch [mscorlib]System.OverflowException {
pop
leave END
}
END:
ldc.i4 100
ret

}
}