| Index: src/arm/lithium-codegen-arm.h
|
| ===================================================================
|
| --- src/arm/lithium-codegen-arm.h (revision 13198)
|
| +++ src/arm/lithium-codegen-arm.h (working copy)
|
| @@ -131,7 +131,7 @@
|
| void DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr,
|
| Label* map_check);
|
|
|
| - void DoCheckMapCommon(Register reg, Register scratch, Handle<Map> map,
|
| + void DoCheckMapCommon(Register map_reg, Handle<Map> map,
|
| CompareMapMode mode, LEnvironment* env);
|
|
|
| // Parallel move support.
|
|
|