diff options
Diffstat (limited to 'compiler/optimizing/parallel_move_resolver.h')
-rw-r--r-- | compiler/optimizing/parallel_move_resolver.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/optimizing/parallel_move_resolver.h b/compiler/optimizing/parallel_move_resolver.h index 309425ef4d..7ec1dd2deb 100644 --- a/compiler/optimizing/parallel_move_resolver.h +++ b/compiler/optimizing/parallel_move_resolver.h @@ -58,6 +58,9 @@ class ParallelMoveResolver : public ValueObject { }; bool IsScratchLocation(Location loc); + + // Allocate a scratch register for performing a move. The method will try to use + // a register that is the destination of a move, but that move has not been emitted yet. int AllocateScratchRegister(int blocked, int if_scratch, int register_count, bool* spilled); // Emit a move. |