| Index: src/crankshaft/arm64/lithium-codegen-arm64.h
|
| diff --git a/src/crankshaft/arm64/lithium-codegen-arm64.h b/src/crankshaft/arm64/lithium-codegen-arm64.h
|
| index 9da7744d9c275810953f9f8e2506cf16bc3ba387..7f444738aa26056adfb2480292dc893004a1c734 100644
|
| --- a/src/crankshaft/arm64/lithium-codegen-arm64.h
|
| +++ b/src/crankshaft/arm64/lithium-codegen-arm64.h
|
| @@ -159,9 +159,10 @@ class LCodeGen: public LCodeGenBase {
|
| const Register& value,
|
| uint64_t mask);
|
|
|
| - template <class InstrType>
|
| - void EmitBranchIfNonZeroNumber(InstrType instr, const VRegister& value,
|
| - const VRegister& scratch);
|
| + template<class InstrType>
|
| + void EmitBranchIfNonZeroNumber(InstrType instr,
|
| + const FPRegister& value,
|
| + const FPRegister& scratch);
|
|
|
| template<class InstrType>
|
| void EmitBranchIfHeapNumber(InstrType instr,
|
|
|