Index: src/ia32/lithium-codegen-ia32.cc |
diff --git a/src/ia32/lithium-codegen-ia32.cc b/src/ia32/lithium-codegen-ia32.cc |
index 5f03146d5d88852fd73498b07b8a43b5810b1088..7b0f45d9e6dc1d150bc7010dcf7184965aed3868 100644 |
--- a/src/ia32/lithium-codegen-ia32.cc |
+++ b/src/ia32/lithium-codegen-ia32.cc |
@@ -952,10 +952,6 @@ void LCodeGen::AddToTranslation(LEnvironment* environment, |
} |
} else if (op->IsDoubleStackSlot()) { |
translation->StoreDoubleStackSlot(op->index()); |
- } else if (op->IsArgument()) { |
- ASSERT(is_tagged); |
- int src_index = GetStackSlotCount() + op->index(); |
- translation->StoreStackSlot(src_index); |
} else if (op->IsRegister()) { |
Register reg = ToRegister(op); |
if (is_tagged) { |