Index: src/ia32/lithium-codegen-ia32.cc |
diff --git a/src/ia32/lithium-codegen-ia32.cc b/src/ia32/lithium-codegen-ia32.cc |
index d32f95d3098cd8ed3a3c0153d3adae19acc7ad08..50b9acc0ef9cbe92bece3a8bcc471a7a0b168c93 100644 |
--- a/src/ia32/lithium-codegen-ia32.cc |
+++ b/src/ia32/lithium-codegen-ia32.cc |
@@ -1,4 +1,4 @@ |
-// Copyright 2010 the V8 project authors. All rights reserved. |
+// Copyright 2011 the V8 project authors. All rights reserved. |
// Redistribution and use in source and binary forms, with or without |
// modification, are permitted provided that the following conditions are |
// met: |
@@ -564,8 +564,8 @@ void LCodeGen::DoParallelMove(LParallelMove* move) { |
Register cpu_scratch = esi; |
bool destroys_cpu_scratch = false; |
- LGapResolver resolver(move->move_operands(), &marker_operand); |
- const ZoneList<LMoveOperands>* moves = resolver.ResolveInReverseOrder(); |
+ const ZoneList<LMoveOperands>* moves = |
+ resolver_.Resolve(move->move_operands(), &marker_operand); |
for (int i = moves->length() - 1; i >= 0; --i) { |
LMoveOperands move = moves->at(i); |
LOperand* from = move.from(); |