summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07383/b07383.il
blob: c0985720e9bb08ea3865414a3e1ec72b6757e93c (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
// 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_0xfe8f9a4a {}
.class ILGEN_0xfe8f9a4a {
.field static	unsigned int8 field_0x8
.method static int8  Method_0xe6c0a898() {
.maxstack	19
.locals (float32[] LOCAL_0x0)
   ldc.i4 255
  newarr [mscorlib]System.Single 
 stloc LOCAL_0x0
    ldloc LOCAL_0x0
       ldsfld unsigned int8 ILGEN_0xfe8f9a4a::field_0x8
   ldelema [mscorlib]System.Single
  ldind.r4
 conv.i1
 ret
}
.method static int32 Main() {
.entrypoint
.maxstack	1
 call int8  ILGEN_0xfe8f9a4a::Method_0xe6c0a898()
pop
ldc.i4 100
 ret
}
}