Index: src/compiler/ia32/instruction-selector-ia32.cc |
diff --git a/src/compiler/ia32/instruction-selector-ia32.cc b/src/compiler/ia32/instruction-selector-ia32.cc |
index b00688bd8ff0120b871bd76382932a8f0907ac25..44ae0ea7c47693891426311039f81a2484273ad4 100644 |
--- a/src/compiler/ia32/instruction-selector-ia32.cc |
+++ b/src/compiler/ia32/instruction-selector-ia32.cc |
@@ -516,7 +516,7 @@ void InstructionSelector::VisitCall(Node* call, BasicBlock* continuation, |
CallBuffer buffer(zone(), descriptor, frame_state_descriptor); |
// Compute InstructionOperands for inputs and outputs. |
- InitializeCallBuffer(call, &buffer, true, true, continuation, deoptimization); |
+ InitializeCallBuffer(call, &buffer, true, true); |
// Push any stack arguments. |
for (NodeVectorRIter input = buffer.pushed_nodes.rbegin(); |