| Index: src/compiler/instruction-codes.h
|
| diff --git a/src/compiler/instruction-codes.h b/src/compiler/instruction-codes.h
|
| index fdc0f6f4f5e3fbd9052b6f044d0c4b7e1e1c0d4c..57868c6507f3dba36dd338ab0a89f386d74b3f7d 100644
|
| --- a/src/compiler/instruction-codes.h
|
| +++ b/src/compiler/instruction-codes.h
|
| @@ -83,7 +83,10 @@ enum class RecordWriteMode { kValueIsMap, kValueIsPointer, kValueIsAny };
|
| V(AtomicLoadUint8) \
|
| V(AtomicLoadInt16) \
|
| V(AtomicLoadUint16) \
|
| - V(AtomicLoadWord32)
|
| + V(AtomicLoadWord32) \
|
| + V(AtomicStoreWord8) \
|
| + V(AtomicStoreWord16) \
|
| + V(AtomicStoreWord32)
|
|
|
| #define ARCH_OPCODE_LIST(V) \
|
| COMMON_ARCH_OPCODE_LIST(V) \
|
|
|