Index: src/lithium.cc |
=================================================================== |
--- src/lithium.cc (revision 10549) |
+++ src/lithium.cc (working copy) |
@@ -95,12 +95,6 @@ |
} |
-int LOperand::VirtualRegister() { |
- LUnallocated* unalloc = LUnallocated::cast(this); |
- return unalloc->virtual_register(); |
-} |
- |
- |
bool LParallelMove::IsRedundant() const { |
for (int i = 0; i < move_operands_.length(); ++i) { |
if (!move_operands_[i].IsRedundant()) return false; |