Index: src/compiler/js-operator.h |
diff --git a/src/compiler/js-operator.h b/src/compiler/js-operator.h |
index a65e534ba7384ca2364d8d58c706afb5543dcaa2..9721951396ef320b4fde8e263ea4a666734af6fc 100644 |
--- a/src/compiler/js-operator.h |
+++ b/src/compiler/js-operator.h |
@@ -344,7 +344,6 @@ std::ostream& operator<<(std::ostream&, CreateClosureParameters const&); |
const CreateClosureParameters& CreateClosureParametersOf(const Operator* op); |
- |
// Defines shared information for the literal that should be created. This is |
// used as parameter by JSCreateLiteralArray, JSCreateLiteralObject and |
// JSCreateLiteralRegExp operators. |
@@ -375,6 +374,7 @@ std::ostream& operator<<(std::ostream&, CreateLiteralParameters const&); |
const CreateLiteralParameters& CreateLiteralParametersOf(const Operator* op); |
+const BinaryOperationHints& BinaryOperationHintsOf(const Operator* op); |
// Interface for building JavaScript-level operators, e.g. directly from the |
// AST. Most operators have no parameters, thus can be globally shared for all |