OSDN Git Service

Fix a compiler bug related to a catch-less try-finally statement.
authorRoland Levillain <rpl@google.com>
Tue, 2 Dec 2014 17:16:31 +0000 (17:16 +0000)
committerRoland Levillain <rpl@google.com>
Wed, 3 Dec 2014 12:09:28 +0000 (12:09 +0000)
commitfc600dccd7797a9a10cdd457034ea8e148ccd631
tree31bf5b4632c14d7706c5c9d605beec57825f2dfe
parentf25c2ec6b63e116f24f359a10b59c78768fde67a
Fix a compiler bug related to a catch-less try-finally statement.

Ensure a dead basic block produced in this case is properly
removed.

Change-Id: I7c88e26aaa6c6378892f7c7c299494fa42312db2
compiler/optimizing/nodes.cc
compiler/optimizing/nodes.h
test/435-try-finally-without-catch/expected.txt [new file with mode: 0644]
test/435-try-finally-without-catch/info.txt [new file with mode: 0644]
test/435-try-finally-without-catch/src/Main.java [new file with mode: 0644]