Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index 16855d1627c220d1853f99811271640c9726c5bd..d38e24bf59033ff8eabd3517c0e8fb1603a6f1e7 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -550,6 +550,7 @@ |
| V(ProtectedStore) \ |
| V(AtomicLoad) \ |
| V(AtomicStore) \ |
| + V(AtomicExchange) \ |
| V(UnsafePointerAdd) |
| #define MACHINE_SIMD_OP_LIST(V) \ |