OSDN Git Service

Fix TrySplitNonPairOrUnalignedPairIntervalAt.
authorNicolas Geoffray <ngeoffray@google.com>
Thu, 20 Aug 2015 18:52:26 +0000 (19:52 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Fri, 21 Aug 2015 14:23:16 +0000 (15:23 +0100)
commit2e92bc2ba2446525a07f5172d1cd30ab49d26cd6
tree18ea6a6719555fee1b9bc4eb8f40f8850dd36714
parentcbddb90e515c30983094378e316e446b9edca5d6
Fix TrySplitNonPairOrUnalignedPairIntervalAt.

We need to both:
1) Look at pair that don't start at an even register.
2) Also remove the other half from the list of actives.

Change-Id: Ia99fa9852c67b8633e8d17a258fe302add54b14a
compiler/optimizing/register_allocator.cc
test/529-long-split/expected.txt [new file with mode: 0644]
test/529-long-split/info.txt [new file with mode: 0644]
test/529-long-split/src/Main.java [new file with mode: 0644]