| Index: src/mips/macro-assembler-mips.h
|
| diff --git a/src/mips/macro-assembler-mips.h b/src/mips/macro-assembler-mips.h
|
| index 6511223aae9c95c9440b41091a2d7f75f4846e9c..3a7febe9d73c98764acfb1aee7bbe28ff81cee43 100644
|
| --- a/src/mips/macro-assembler-mips.h
|
| +++ b/src/mips/macro-assembler-mips.h
|
| @@ -1014,8 +1014,7 @@ class MacroAssembler: public Assembler {
|
| Handle<Map> map,
|
| Label* early_success,
|
| Condition cond,
|
| - Label* branch_to,
|
| - CompareMapMode mode = REQUIRE_EXACT_MAP);
|
| + Label* branch_to);
|
|
|
| // As above, but the map of the object is already loaded into the register
|
| // which is preserved by the code generated.
|
| @@ -1023,8 +1022,7 @@ class MacroAssembler: public Assembler {
|
| Handle<Map> map,
|
| Label* early_success,
|
| Condition cond,
|
| - Label* branch_to,
|
| - CompareMapMode mode = REQUIRE_EXACT_MAP);
|
| + Label* branch_to);
|
|
|
| // Check if the map of an object is equal to a specified map and branch to
|
| // label if not. Skip the smi check if not required (object is known to be a
|
| @@ -1034,8 +1032,7 @@ class MacroAssembler: public Assembler {
|
| Register scratch,
|
| Handle<Map> map,
|
| Label* fail,
|
| - SmiCheckType smi_check_type,
|
| - CompareMapMode mode = REQUIRE_EXACT_MAP);
|
| + SmiCheckType smi_check_type);
|
|
|
|
|
| void CheckMap(Register obj,
|
|
|