OSDN Git Service

Fix AllocateBlockedReg.
authorNicolas Geoffray <ngeoffray@google.com>
Sat, 6 Feb 2016 17:01:15 +0000 (17:01 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Sat, 6 Feb 2016 17:01:36 +0000 (17:01 +0000)
commit119a885ff58f158a4e3cd783c5604ae4252a08eb
tree6fb6eefb81d4d053645a3b5e8475ee4e8b43d68c
parent2a49bc4625155b80287c155b57354b9559d71bed
Fix AllocateBlockedReg.

Motivated by System.arraycopy(char) for x86, where only looking
at use and not register use makes the allocator think it's out
of registers.

bug:27019403
Change-Id: I0db5bc839a77e6394a07facbf19d00a165dc2ef7
compiler/optimizing/register_allocator.cc