summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58690/b58690.il
blob: 8e646d8bef449ef22242130448c1b4d745dc10f2 (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
51
// 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_0x78389777 {}
.class ILGEN_0x78389777 {
.field static native int[] field_0x4
.method static int32 Method_0x440f1192(int16 Arg_0x0, unsigned int8 Arg_0x2) {
.maxstack	13

 ldc.i4 255
 newarr [mscorlib]System.IntPtr 
 stsfld native int[] ILGEN_0x78389777::field_0x4

Start_Orphan_0:
 ldc.i4.0
 ldc.i4.0
 blt Branch_0x2
 ldc.i4.s 121
 br Branch_0x3
Branch_0x2:
 ldc.i4.s 123
Branch_0x3:
 brtrue Branch_0x0
 ldsfld native int[] ILGEN_0x78389777::field_0x4
 ldarg Arg_0x2
 ldelema [mscorlib]System.IntPtr
 ldc.i4 0xaed05000 
 stind.i
Branch_0x0:
End_Orphan_0:
ldc.i4 55
EOM: ret
}
.method static int32 Main() {
.entrypoint
.maxstack	20
 ldc.i4 0xbe258710 
 ldc.i4 0x955a1385 
 call int32 ILGEN_0x78389777::Method_0x440f1192(int16 Arg_0x0, unsigned int8 Arg_0x2)
 ldc.i4 45
 add
 ret
}
}