OSDN Git Service

ART: Fix test breakage
authorDavid Brazdil <dbrazdil@google.com>
Thu, 5 Mar 2015 15:34:41 +0000 (15:34 +0000)
committerDavid Brazdil <dbrazdil@google.com>
Thu, 5 Mar 2015 15:47:58 +0000 (15:47 +0000)
commitdf45205204125727fa71b17b3f6bb3d8eb9bc20c
tree224b4ba87f27dfca80d119e84b5ffd2866097657
parentea19b3696f90e07c72acb383f84305ace9b16097
ART: Fix test breakage

Recent commit changed the direction of iteration over safepoints in
the register allocator but contained a bug that skipped some of them
at the boundaries of interval siblings. This patch fixes the bug.

Change-Id: Ia7d4892536b5198e01c9bc3034f448227794ff72
compiler/optimizing/register_allocator.cc