| Index: src/a64/builtins-a64.cc
|
| diff --git a/src/a64/builtins-a64.cc b/src/a64/builtins-a64.cc
|
| index 6bed82257de6d6dca5756c408eaa0bf27e20a500..0b82d5fd2be57898e42be716760f55e771e021bc 100644
|
| --- a/src/a64/builtins-a64.cc
|
| +++ b/src/a64/builtins-a64.cc
|
| @@ -196,7 +196,6 @@ void Builtins::Generate_StringConstructCode(MacroAssembler* masm) {
|
| x10, // Scratch.
|
| x11, // Scratch.
|
| x12, // Scratch.
|
| - NumberToStringStub::OBJECT_IS_NOT_SMI, // Is it a Smi?
|
| ¬_cached);
|
| __ IncrementCounter(counters->string_ctor_cached_number(), 1, x10, x11);
|
| __ Bind(&argument_is_string);
|
|
|