Index: src/virtual-frame-ia32.cc |
=================================================================== |
--- src/virtual-frame-ia32.cc (revision 1604) |
+++ src/virtual-frame-ia32.cc (working copy) |
@@ -308,7 +308,7 @@ |
elements_[i] = target; |
} else { |
// We need to move source to target. |
- if (frame_registers_.is_used(target.reg())) { |
+ if (is_used(target.reg())) { |
// The move is blocked because the target contains valid data. |
// If we are stuck with only cycles remaining, then we spill source. |
// Otherwise, we just need more iterations. |