| Index: src/x64/codegen-x64.h
|
| diff --git a/src/x64/codegen-x64.h b/src/x64/codegen-x64.h
|
| index 5fa6583a317490a9830de81d1923b077b9678457..1ab88bfbb85e3bb6e67f955796a01a6708c47882 100644
|
| --- a/src/x64/codegen-x64.h
|
| +++ b/src/x64/codegen-x64.h
|
| @@ -559,6 +559,9 @@ class CodeGenerator: public AstVisitor {
|
| inline void GenerateMathSin(ZoneList<Expression*>* args);
|
| inline void GenerateMathCos(ZoneList<Expression*>* args);
|
|
|
| + // Potentially alternative modulo operation.
|
| + void GenerateNumberMod(ZoneList<Expression*>* args);
|
| +
|
| // Simple condition analysis.
|
| enum ConditionAnalysis {
|
| ALWAYS_TRUE,
|
|
|