| Index: src/arm64/macro-assembler-arm64.h
|
| diff --git a/src/arm64/macro-assembler-arm64.h b/src/arm64/macro-assembler-arm64.h
|
| index 8d5f4fc05b4267beeb0be400914979fce320c9fc..e73fc2cec5a8baa81ed713fe0ce40710dde74639 100644
|
| --- a/src/arm64/macro-assembler-arm64.h
|
| +++ b/src/arm64/macro-assembler-arm64.h
|
| @@ -910,11 +910,6 @@ class MacroAssembler : public Assembler {
|
| inline void SmiTagAndPush(Register src);
|
| inline void SmiTagAndPush(Register src1, Register src2);
|
|
|
| - // Compute the absolute value of 'smi' and leave the result in 'smi'
|
| - // register. If 'smi' is the most negative SMI, the absolute value cannot
|
| - // be represented as a SMI and a jump to 'slow' is done.
|
| - void SmiAbs(const Register& smi, Label* slow);
|
| -
|
| inline void JumpIfSmi(Register value,
|
| Label* smi_label,
|
| Label* not_smi_label = NULL);
|
|
|