Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index e8fb0e208ecc0d117bf52e3af6fb8a2ca3921094..9d2a6bdbc9d188cb097dce3e4b1d3923adf0b68d 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -539,6 +539,7 @@ |
| V(ProtectedStore) \ |
| V(AtomicLoad) \ |
| V(AtomicStore) \ |
| + V(AtomicExchange) \ |
| V(UnsafePointerAdd) |
| #define MACHINE_SIMD_RETURN_SIMD_OP_LIST(V) \ |