| Index: src/x64/lithium-codegen-x64.h
|
| diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h
|
| index b9b35693936766552d230be14c7a354f03302458..a66a4989b87910fd2446ec9cbd9f9c4436a93b5e 100644
|
| --- a/src/x64/lithium-codegen-x64.h
|
| +++ b/src/x64/lithium-codegen-x64.h
|
| @@ -287,6 +287,8 @@ class LCodeGen BASE_EMBEDDED {
|
| void EmitGoto(int block);
|
| template<class InstrType>
|
| void EmitBranch(InstrType instr, Condition cc);
|
| + template<class InstrType>
|
| + void EmitFalseBranch(InstrType instr, Condition cc);
|
| void EmitNumberUntagD(
|
| Register input,
|
| XMMRegister result,
|
|
|