Index: src/ia32/macro-assembler-ia32.h |
diff --git a/src/ia32/macro-assembler-ia32.h b/src/ia32/macro-assembler-ia32.h |
index 023a08b578bbb31b3fd6ca1da507794fc50919d9..5f1e428d6125d15b7dd5b0f9046dd35ba8052529 100644 |
--- a/src/ia32/macro-assembler-ia32.h |
+++ b/src/ia32/macro-assembler-ia32.h |
@@ -417,13 +417,8 @@ class MacroAssembler: public Assembler { |
bool specialize_for_processor, |
int 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 |