OSDN Git Service

ART: Fix gtests after try/catch change
authorDavid Brazdil <dbrazdil@google.com>
Fri, 26 Jun 2015 09:26:47 +0000 (10:26 +0100)
committerDavid Brazdil <dbrazdil@google.com>
Fri, 26 Jun 2015 09:26:47 +0000 (10:26 +0100)
commita65930de077a4d7c1110e66ccd950061a85353d0
tree9514b1d990ed517f9ba94495a3635c18bca86cad
parent2f81cd8f4ff21caf133024795bd5ae028c9f68cd
ART: Fix gtests after try/catch change

The try/catch CL changed the order in which instructions were added
into entry/exit blocks which broke the sensitive gtests. This patch
swaps the order back.

Change-Id: Ib337491e5571a2cd38d6784275642f008886cc2a
compiler/optimizing/builder.cc