summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17751/bug4.il
blob: eabb877efb64716c8a359113dc40412bab9f1091 (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
// 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_0xd3a45436 {}
.class ILGEN_0xd3a45436
{
 .method static int32 Main()
 {
  .entrypoint
   .maxstack	17
     ldc.i4.4
      ldc.i4.1
      ldc.i4.m1
     mul.ovf.un
    shr.un
    ldc.i4 100
    add
   ret
  }
}