diff options
author | David Brazdil <dbrazdil@google.com> | 2015-04-17 15:49:51 +0100 |
---|---|---|
committer | David Brazdil <dbrazdil@google.com> | 2015-04-17 15:49:51 +0100 |
commit | c08675c3e6502f69ee4d1f62998f658ccd152414 (patch) | |
tree | 06a2edd119148674efefbf65fde24d9d5840b03f /compiler/optimizing/register_allocator_test.cc | |
parent | dd2cf0c7a5dc7f2c89b8ac217f16b7529461e509 (diff) | |
download | art-c08675c3e6502f69ee4d1f62998f658ccd152414.tar.gz art-c08675c3e6502f69ee4d1f62998f658ccd152414.tar.bz2 art-c08675c3e6502f69ee4d1f62998f658ccd152414.zip |
ART: Fix incorrect last range when adding high interval
Adding a high interval clones live ranges but assigns last_range from
the low interval. This should not cause any problems as last_range
is only used for constant-time GetEnd which will return the same
value for both low/high intervals.
Change-Id: Iaf242183436c8ac2f78c0aeea22cd07cd4beacc0
Diffstat (limited to 'compiler/optimizing/register_allocator_test.cc')
0 files changed, 0 insertions, 0 deletions