From dc0d1eb8a4b033db4acf136cd563de865542098a Mon Sep 17 00:00:00 2001 From: David Brazdil Date: Tue, 10 Nov 2015 09:43:28 +0000 Subject: ART: Add clarifying comment Change-Id: I189ec4cae0aa1a5245a79e86d1ec0592e38eac4a --- compiler/optimizing/nodes.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compiler/optimizing/nodes.cc') diff --git a/compiler/optimizing/nodes.cc b/compiler/optimizing/nodes.cc index de3f2668b6..a0cfe8e8a5 100644 --- a/compiler/optimizing/nodes.cc +++ b/compiler/optimizing/nodes.cc @@ -1686,6 +1686,8 @@ HInstruction* HGraph::InlineInto(HGraph* outer_graph, HInvoke* invoke) { // (2) the reverse post order of that graph, // (3) the potential loop information they are now in, // (4) try block membership. + // Note that we do not need to update catch phis because catch blocks cannot + // reference vregs from the inlined method. // We don't add the entry block, the exit block, and the first block, which // has been merged with `at`. -- cgit v1.2.3-59-g8ed1b