OSDN Git Service

Fix inliner bug for empty callees.
authorBen Cheng <bccheng@android.com>
Sat, 11 Sep 2010 00:11:11 +0000 (17:11 -0700)
committerBen Cheng <bccheng@google.com>
Sat, 11 Sep 2010 00:15:37 +0000 (17:15 -0700)
commit23608ab40900463fc5c8461671ba3aa5d0a4260e
tree71c83ee99afd91cc5c62a847b4fb107b2ef2ca3e
parent50afc65c674fee10ed9a0380daaee7862cc79d5d
Fix inliner bug for empty callees.

Add an explicit branch to continue from the next instruction.

Bug: 2992514

(cherry-picked from dalvik-dev)

Change-Id: I6e036e330255e7cd9d1504c50c4260910c38dfff
vm/compiler/InlineTransformation.c