OSDN Git Service

Do not use kDiesAtEntry when inputs must be in specific reg.
authorNicolas Geoffray <ngeoffray@google.com>
Tue, 7 Oct 2014 11:24:52 +0000 (12:24 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Tue, 7 Oct 2014 11:24:52 +0000 (12:24 +0100)
commit7adfcc8cfdf5fe3a8a0aefa08bfc3249fca55c8b
tree51f231854e404edcd2019afa393697a6a08ee9cf
parent9800e55b059d4a0fdc0ceebd5652a53f7a8d837a
Do not use kDiesAtEntry when inputs must be in specific reg.

The way the register allocator blocks registers currently
does not handle these cases. Since it only applies to x86 for now,
just ensure such requests cannot happen.

Change-Id: Idfa25532b9b4996a192d05800f56c6e44edd3a8a
compiler/optimizing/code_generator_x86.cc