summaryrefslogtreecommitdiffstats
path: root/test/510-checker-try-catch/smali/SsaBuilder.smali
diff options
context:
space:
mode:
Diffstat (limited to 'test/510-checker-try-catch/smali/SsaBuilder.smali')
-rw-r--r--test/510-checker-try-catch/smali/SsaBuilder.smali7
1 files changed, 2 insertions, 5 deletions
diff --git a/test/510-checker-try-catch/smali/SsaBuilder.smali b/test/510-checker-try-catch/smali/SsaBuilder.smali
index a6a5bfebee..710e849c45 100644
--- a/test/510-checker-try-catch/smali/SsaBuilder.smali
+++ b/test/510-checker-try-catch/smali/SsaBuilder.smali
@@ -21,7 +21,7 @@
## CHECK-START: int SsaBuilder.testSimplifyCatchBlock(int, int, int) ssa_builder (after)
-## CHECK: name "B1"
+## CHECK: name "B0"
## CHECK-NEXT: from_bci
## CHECK-NEXT: to_bci
## CHECK-NEXT: predecessors
@@ -39,15 +39,12 @@
## CHECK: name "<<BExtracted>>"
## CHECK-NEXT: from_bci
## CHECK-NEXT: to_bci
-## CHECK-NEXT: predecessors "B1" "<<BCatch>>"
+## CHECK-NEXT: predecessors "B0" "<<BCatch>>"
## CHECK-NOT: flags "catch_block"
## CHECK: Add
.method public static testSimplifyCatchBlock(III)I
.registers 4
- # Avoid entry block be a pre header, which leads to
- # the cfg simplifier to add a synthesized block.
- goto :catch_all
:catch_all
add-int/2addr p0, p1