| Index: src/compiler/gap-resolver.cc
|
| diff --git a/src/compiler/gap-resolver.cc b/src/compiler/gap-resolver.cc
|
| index 7c397002cb59e6c51efcfebd896a70561448d4c0..7b04198e818f2a8bc529079b25419305e1184e42 100644
|
| --- a/src/compiler/gap-resolver.cc
|
| +++ b/src/compiler/gap-resolver.cc
|
| @@ -34,7 +34,6 @@ void GapResolver::Resolve(ParallelMove* moves) const {
|
| }
|
| }
|
|
|
| -
|
| void GapResolver::PerformMove(ParallelMove* moves, MoveOperands* move) const {
|
| // Each call to this function performs a move and deletes it from the move
|
| // graph. We first recursively perform any move blocking this one. We mark a
|
|
|