commit | 7ba9966b76bbf818513018fa1da72c89330fe384 | [log] [tgz] |
---|---|---|
author | Serguei Katkov <serguei.i.katkov@intel.com> | Wed Mar 02 16:25:36 2016 +0600 |
committer | Serguei Katkov <serguei.i.katkov@intel.com> | Thu Mar 03 16:54:31 2016 +0600 |
tree | adb082660168b9c50319d861cba664374d55d5a5 | |
parent | e4cec517faf1c74d6895e0e5b512a6e2f83a0e06 [diff] |
ART: cleanup exit_block_ in graph if exit block is removed If we remove the exit block from the graph (for example method contains infinite loop) we should also clean the field exit_block_ in graph. At least inliner expects it. Change-Id: Icda668da2233cdd6cd673635a1949f5ed34cf270 Signed-off-by: Serguei Katkov <serguei.i.katkov@intel.com>