OSDN Git Service

Fix build_all_egdes in MIRGraph::ProcessCanThrow().
authorVladimir Marko <vmarko@google.com>
Wed, 1 Oct 2014 16:38:02 +0000 (17:38 +0100)
committerVladimir Marko <vmarko@google.com>
Wed, 1 Oct 2014 17:04:43 +0000 (18:04 +0100)
commite767f6ce3997f7634b26e7651bc7b90c060d3965
tree6a9086951ae19f7347e0b2f2e7b95333eb28d485
parentd25cee7088d03881265fe3d04c09ec2f798860f5
Fix build_all_egdes in MIRGraph::ProcessCanThrow().

Calculate build_all_edges only after in_try_block has
received its final value. This was a minor omission in
  https://android-review.googlesource.com/100505

Change-Id: Icc9189d2092bbd29fcf1706e4d6074a6d915cebe
compiler/dex/mir_graph.cc