| Index: src/x64/macro-assembler-x64.h
|
| diff --git a/src/x64/macro-assembler-x64.h b/src/x64/macro-assembler-x64.h
|
| index 24374349a25b8a9b7abdba65777c20a5b485cf3f..83b1ae093c77f8b56fa3a4fe06fcd7c6b6d6350b 100644
|
| --- a/src/x64/macro-assembler-x64.h
|
| +++ b/src/x64/macro-assembler-x64.h
|
| @@ -916,13 +916,8 @@ class MacroAssembler: public Assembler {
|
| Label* fail,
|
| int elements_offset = 0);
|
|
|
| - // Compare an object's map with the specified map and its transitioned
|
| - // elements maps if mode is ALLOW_ELEMENT_TRANSITION_MAPS. FLAGS are set with
|
| - // result of map compare. If multiple map compares are required, the compare
|
| - // sequences branches to early_success.
|
| - void CompareMap(Register obj,
|
| - Handle<Map> map,
|
| - Label* early_success);
|
| + // Compare an object's map with the specified map.
|
| + void CompareMap(Register obj, Handle<Map> map);
|
|
|
| // 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
|
|
|