Index: src/ia32/full-codegen-ia32.cc |
diff --git a/src/ia32/full-codegen-ia32.cc b/src/ia32/full-codegen-ia32.cc |
index 178c394c19cdbefa44e83b49a482e051e5528a3b..f0ee7f4b2c1d63ca888193ca7f33f13c0e325ea6 100644 |
--- a/src/ia32/full-codegen-ia32.cc |
+++ b/src/ia32/full-codegen-ia32.cc |
@@ -2904,7 +2904,7 @@ void FullCodeGenerator::EmitCall(Call* expr, CallICState::CallType call_type) { |
// Record source position of the IC call. |
SetSourcePosition(expr->position()); |
Handle<Code> ic = CodeFactory::CallIC(isolate(), arg_count, call_type).code(); |
- __ Move(edx, Immediate(SmiFromSlot(expr->CallFeedbackSlot()))); |
+ __ Move(edx, Immediate(SmiFromSlot(expr->CallFeedbackICSlot()))); |
__ mov(edi, Operand(esp, (arg_count + 1) * kPointerSize)); |
// Don't assign a type feedback id to the IC, since type feedback is provided |
// by the vector above. |