summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69512/b69512.il
blob: 99bb05ad412b67dfa43a3fe3596dd65fd49c38e0 (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
52
53
// 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_0x6af2431f {}
.class ILGEN_0x6af2431f {
.method static unsigned int16  Method_0x4ce0d6c6() {
.maxstack	7
.locals (native int[] LOCAL_0x0)
 ldc.i4 255
 newarr [mscorlib]System.IntPtr 
 stloc LOCAL_0x0

ldc.i4 0xe85177e1 
  conv.ovf.u2.un
 conv.r8
Start_Orphan_0:
ldc.i4 255
 newarr [mscorlib]System.Int64 
  ldc.i4 0xd184b892 
  ldelema [mscorlib]System.Int64
  ldc.i8 0x50506e18fe13ed56
 stind.i8
End_Orphan_0:
ldc.i4 0xe85177e1 
 conv.r4
clt.un
 ret
}
.method static int32 Main() {
.entrypoint
.maxstack	13
.try {
 call unsigned int16  ILGEN_0x6af2431f::Method_0x4ce0d6c6()
conv.i4
 pop
leave END
} catch [mscorlib]System.OverflowException {
pop
leave END
}
END:
ldc.i4 100
ret

}
}