commit | c3d743fa2a26effcb35627d8a1338029c86e582a | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Wed Apr 22 13:40:50 2015 +0100 |
committer | David Brazdil <dbrazdil@google.com> | Wed Apr 22 14:43:19 2015 +0100 |
tree | cf883e9b7f707ac2e6c2a6627e462b20e634c17c | |
parent | 8d1ba74fe48703fc2b5a5920dd5eea0c65db5b15 [diff] |
ART: Update last_instruction when adding Phis HBasicBlock::InsertPhiAfter would not update the last_instruction pointer when adding at the end of the list. This could cause problems when iterating over phis backwards. Fortunately, we don't do that anywhere in the existing code. Change-Id: I4487265bf2cf3d3819623fafd7ce7c359bac190e