summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31321/b31321.il
blob: c82417b7e12e20d4c51cf80c2be6f3b3426701a2 (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
// 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 extern System.Console
{
  .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
  .ver 4:0:0:0
}
.assembly ILGEN_0x3e7ab88c {}
.class ILGEN_0x3e7ab88c {

.method static int32 Method_0x32f7(int64 Arg_0x1) {
.maxstack	15

 .locals (unsigned int64 local_0x3)

 ldc.i4.5
 newarr [mscorlib]System.Double
 ldarg Arg_0x1
 conv.ovf.u4
 ldelem.r8
Start_Orphan_3:
 ldarg Arg_0x1
 stloc local_0x3
End_Orphan_3:
 conv.i4
ret
}
.method static int32 Main() {
.entrypoint
.maxstack	20
.try {
ldc.i8 0x18ce73c5096f92 
call int32 ILGEN_0x3e7ab88c::Method_0x32f7(int64 Arg_0x1)
 pop
 leave the_end
 } catch [mscorlib]System.OverflowException {
 pop
 leave the_end
 }
 the_end:
 ldc.i4 100
ret
}

}