Use S390_SET to get addresses rather than the previous more convoluted method
[mono.git] / mono / mini / iltests.il
index 35f1f8db28f67983d2b991bcb72a6c6ab4f2c255..203584e14338da1edef3dae599052cdafc11454b 100644 (file)
@@ -668,6 +668,27 @@ COND:   ldloc.0
                ret
     }
 
+    .method public static int32 test_5_endfinally_llvm_linking () il managed {
+               .maxstack 16
+
+        .try {
+          leave IL_0
+        }
+        finally  {
+          ldc.i4.0
+                 dup
+                 brtrue L1
+                 pop
+                 br L2
+               L1:
+                 pop
+               L2:
+          endfinally
+        }
+        IL_0:  ldc.i4.5
+               ret
+    }
+
        .method public static int32 test_0_conv_ovf_i8_neg () il managed {
                .maxstack 16