Index: src/compiler/js-typed-lowering.h |
diff --git a/src/compiler/js-typed-lowering.h b/src/compiler/js-typed-lowering.h |
index 92616c11caecfdbb1462c86e3312d9a9610bcb6b..9455ad14a0b9d07ce9ee5308f3b5e5c29eb37517 100644 |
--- a/src/compiler/js-typed-lowering.h |
+++ b/src/compiler/js-typed-lowering.h |
@@ -73,6 +73,7 @@ class JSTypedLowering final : public AdvancedReducer { |
Reduction ReduceNumberBinop(Node* node); |
Reduction ReduceInt32Binop(Node* node); |
Reduction ReduceUI32Shift(Node* node, Signedness signedness); |
+ Reduction ReduceCreateConsString(Node* node); |
Factory* factory() const; |
Graph* graph() const; |