| Index: src/compiler/instruction-codes.h
|
| diff --git a/src/compiler/instruction-codes.h b/src/compiler/instruction-codes.h
|
| index 79ee12b3f6e5a1c2be4a3905d213328f35f591a8..48974357655ea3f36263ddf478eb937387cfbab0 100644
|
| --- a/src/compiler/instruction-codes.h
|
| +++ b/src/compiler/instruction-codes.h
|
| @@ -57,6 +57,7 @@ enum class RecordWriteMode { kValueIsMap, kValueIsPointer, kValueIsAny };
|
| V(ArchRet) \
|
| V(ArchStackPointer) \
|
| V(ArchFramePointer) \
|
| + V(ArchParentFramePointer) \
|
| V(ArchTruncateDoubleToI) \
|
| V(ArchStoreWithWriteBarrier) \
|
| V(CheckedLoadInt8) \
|
|
|