Index: src/x64/lithium-codegen-x64.cc |
diff --git a/src/x64/lithium-codegen-x64.cc b/src/x64/lithium-codegen-x64.cc |
index 64366e2db46e7a3afeb96df0b2fc94930a4fe834..1d9ffbd432674b0d1d0c41bc2d97c1ba630adbe3 100644 |
--- a/src/x64/lithium-codegen-x64.cc |
+++ b/src/x64/lithium-codegen-x64.cc |
@@ -571,10 +571,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) { |