Index: src/x64/codegen-x64.h |
diff --git a/src/x64/codegen-x64.h b/src/x64/codegen-x64.h |
index f694ddeb869be568c6285be894896d9657f362ea..2806f5675b718d57ece6315e968b4401e76c008b 100644 |
--- a/src/x64/codegen-x64.h |
+++ b/src/x64/codegen-x64.h |
@@ -677,6 +677,8 @@ class CodeGenerator: public AstVisitor { |
void GenerateMathCos(ZoneList<Expression*>* args); |
void GenerateMathSqrt(ZoneList<Expression*>* args); |
+ void GenerateIsRegExpEquivalent(ZoneList<Expression*>* args); |
+ |
// Simple condition analysis. |
enum ConditionAnalysis { |
ALWAYS_TRUE, |