Index: src/x64/macro-assembler-x64.h |
=================================================================== |
--- src/x64/macro-assembler-x64.h (revision 4596) |
+++ src/x64/macro-assembler-x64.h (working copy) |
@@ -374,8 +374,7 @@ |
void SmiShiftLeftConstant(Register dst, |
Register src, |
- int shift_value, |
- Label* on_not_smi_result); |
+ int shift_value); |
void SmiShiftLogicalRightConstant(Register dst, |
Register src, |
int shift_value, |
@@ -388,8 +387,7 @@ |
// Uses and clobbers rcx, so dst may not be rcx. |
void SmiShiftLeft(Register dst, |
Register src1, |
- Register src2, |
- Label* on_not_smi_result); |
+ Register src2); |
// Shifts a smi value to the right, shifting in zero bits at the top, and |
// returns the unsigned intepretation of the result if that is a smi. |
// Uses and clobbers rcx, so dst may not be rcx. |