Index: src/compiler/change-lowering.h |
diff --git a/src/compiler/change-lowering.h b/src/compiler/change-lowering.h |
index 55496e6e1a16c7a26903b391624d3ce33161bb38..9601b554d6f9afb0324a0fa0037fe8933d4e6c23 100644 |
--- a/src/compiler/change-lowering.h |
+++ b/src/compiler/change-lowering.h |
@@ -28,6 +28,7 @@ class ChangeLowering V8_FINAL : public Reducer { |
protected: |
Node* HeapNumberValueIndexConstant(); |
+ Node* SmiMaxValueConstant(); |
Node* SmiShiftBitsConstant(); |
Reduction ChangeBitToBool(Node* val, Node* control); |
@@ -36,6 +37,7 @@ class ChangeLowering V8_FINAL : public Reducer { |
Reduction ChangeInt32ToTagged(Node* val, Node* control); |
Reduction ChangeTaggedToFloat64(Node* val, Node* control); |
Reduction ChangeTaggedToInt32(Node* val, Node* control); |
+ Reduction ChangeUint32ToTagged(Node* val, Node* control); |
Graph* graph() const; |
Isolate* isolate() const; |