summaryrefslogtreecommitdiffstats
path: root/test/510-checker-try-catch/smali
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2016-01-20 21:23:30 +0000
committerAndreas Gampe <agampe@google.com>2016-01-20 21:23:30 +0000
commit451ad8d1be9a1949ea3c3e3a713a9e76198a8b2d (patch)
tree4a1bb8da95ff9b971f2ef9f3941b645bcaf211d3 /test/510-checker-try-catch/smali
parent82fc9bb45dbf8ff728122fb7ab72d1eb7b2f4869 (diff)
downloadart-451ad8d1be9a1949ea3c3e3a713a9e76198a8b2d.tar.gz
art-451ad8d1be9a1949ea3c3e3a713a9e76198a8b2d.tar.bz2
art-451ad8d1be9a1949ea3c3e3a713a9e76198a8b2d.zip
Revert "Inline methods with loops."
This reverts commit 82fc9bb45dbf8ff728122fb7ab72d1eb7b2f4869. Loop inlining exposes issues with BCE. Bug: 26689526 Change-Id: Id9983d7f9d3c5579d91e56e4699d4d939517b2dc
Diffstat (limited to 'test/510-checker-try-catch/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