diff options
author | David Brazdil <dbrazdil@google.com> | 2015-09-18 10:58:32 +0100 |
---|---|---|
committer | David Brazdil <dbrazdil@google.com> | 2015-09-18 14:14:53 +0100 |
commit | 3eaa32f72b6abd807964134aad4c158946dc92e3 (patch) | |
tree | 003aa2bcd15499c7ebfdc5528b607e23f4f452f0 /compiler/optimizing/graph_visualizer.cc | |
parent | 9632d5a5ed8295d63fc82fe418a3b776de4e4459 (diff) |
ART: Delete catch phis for undefined vregs.
SSA builder assumed that (eagerly created) catch phis for undefined
vregs must be dead and will be deleted by dead phi elimination. This,
however, does not hold for --debuggable because the catch phis might
be revived for their environment uses. This patch modifies the builder
to delete the phis itself.
Bug: 24054676
Change-Id: Iaa5f2487ff1c38353b44cb89c709bbff1ecd73cc
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions