| Index: src/register-allocator-ia32.h
|
| ===================================================================
|
| --- src/register-allocator-ia32.h (revision 1049)
|
| +++ src/register-allocator-ia32.h (working copy)
|
| @@ -211,6 +211,10 @@
|
| // fail and return an invalid result.
|
| Result AllocateWithoutSpilling();
|
|
|
| + // Allocate a free byte register without spilling any from the
|
| + // current frame or fail and return an invalid result.
|
| + Result AllocateByteRegisterWithoutSpilling();
|
| +
|
| // Copy the internal state to a register file, to be restored later by
|
| // RestoreFrom.
|
| void SaveTo(RegisterFile* register_file) {
|
|
|