| Index: src/mips/full-codegen-mips.cc
|
| diff --git a/src/mips/full-codegen-mips.cc b/src/mips/full-codegen-mips.cc
|
| index cbd0788121225de87634145e3225d6091ab6b235..7b25abe1280d3f0707222945c2430e19ae8deb08 100644
|
| --- a/src/mips/full-codegen-mips.cc
|
| +++ b/src/mips/full-codegen-mips.cc
|
| @@ -1162,7 +1162,7 @@ void FullCodeGenerator::VisitForInStatement(ForInStatement* stmt) {
|
| Handle<Object>(Smi::FromInt(TypeFeedbackCells::kForInFastCaseMarker),
|
| isolate()));
|
| RecordTypeFeedbackCell(stmt->ForInFeedbackId(), cell);
|
| - __ LoadHeapObject(a1, cell);
|
| + __ li(a1, cell);
|
| __ li(a2, Operand(Smi::FromInt(TypeFeedbackCells::kForInSlowCaseMarker)));
|
| __ sw(a2, FieldMemOperand(a1, Cell::kValueOffset));
|
|
|
|
|