commit | ffee3d33f3ea39aa6031c3d2ff29c4806c8dcc51 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Mon Jul 06 11:48:53 2015 +0100 |
committer | David Brazdil <dbrazdil@google.com> | Wed Jul 15 17:20:30 2015 +0200 |
tree | 9b990552fbf7e0ba91954758b07e2a51d95da9cd | |
parent | 045da88bd0230ddf48aaf037b3d6c16fbb97ba65 [diff] |
ART: Build SSA form when try/catch is present This patch implements support for try/catch in the SsaBuilder. Values of locals are propagated from throwing sites inside try blocks to their respective catch blocks and phis ("catch phis") are created when necessary. Change-Id: I0736565c2c4ff3f9f0924b6e3a785a50023f875a