Backed out changeset a3ed62c1d3f6 (bug 1068725)

This commit is contained in:
Carsten "Tomcat" Book 2014-09-30 11:51:49 +02:00
parent 3a4c793ed0
commit c387b68c22

View File

@ -1128,7 +1128,7 @@ BacktrackingAllocator::reifyAllocations()
if (*res != *alloc) {
LMoveGroup *group = getInputMoveGroup(inputOf(ins));
if (!group->addAfter(sourceAlloc, res, reg->type()))
if (!group->addAfter(sourceAlloc, res, def->type()))
return false;
*alloc = *res;
}