Chromium Code Reviews| Index: src/arm/lithium-codegen-arm.h |
| =================================================================== |
| --- src/arm/lithium-codegen-arm.h (revision 12764) |
| +++ 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 scratch, Handle<Map> map, |
|
danno
2012/12/07 10:47:11
can you please rename this to map_reg here and els
|
| CompareMapMode mode, LEnvironment* env); |
| // Parallel move support. |