Index: src/compiler/simplified-operator.h |
diff --git a/src/compiler/simplified-operator.h b/src/compiler/simplified-operator.h |
index b5ede379755a120ef9b6555a578ccc43aa95afe9..f4c7e7a2af59877573de5295107c680d3ae8014b 100644 |
--- a/src/compiler/simplified-operator.h |
+++ b/src/compiler/simplified-operator.h |
@@ -65,6 +65,7 @@ struct FieldAccess { |
BaseTaggedness base_is_tagged; // specifies if the base pointer is tagged. |
int offset; // offset of the field, without tag. |
MaybeHandle<Name> name; // debugging only. |
+ MaybeHandle<Map> map; // map of the field value (if known). |
Type* type; // type of the field. |
MachineType machine_type; // machine type of the field. |
WriteBarrierKind write_barrier_kind; // write barrier hint. |