Index: src/compiler/change-lowering.h |
diff --git a/src/compiler/change-lowering.h b/src/compiler/change-lowering.h |
index 83526317947c6c1c872d94d52892ef7738f6ac5f..ade37beccf0fc3621ba12676b177fb299bcf454d 100644 |
--- a/src/compiler/change-lowering.h |
+++ b/src/compiler/change-lowering.h |
@@ -40,7 +40,7 @@ class ChangeLowering V8_FINAL : public Reducer { |
Reduction ChangeFloat64ToTagged(Node* val, Node* control); |
Reduction ChangeInt32ToTagged(Node* val, Node* control); |
Reduction ChangeTaggedToFloat64(Node* val, Node* control); |
- Reduction ChangeTaggedToInt32(Node* val, Node* control); |
+ Reduction ChangeTaggedToI32(Node* val, Node* control, bool is_signed); |
Reduction ChangeUint32ToTagged(Node* val, Node* control); |
Graph* graph() const; |