Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index 5df4b8f42881e0dafc2ddf543b5536e735720c77..0714d449154c1cda35c48187a74afcb61d2f45a6 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -552,6 +552,7 @@ |
| V(AtomicLoad) \ |
| V(AtomicStore) \ |
| V(AtomicExchange) \ |
| + V(AtomicCompareExchange) \ |
| V(UnsafePointerAdd) |
| #define MACHINE_SIMD_OP_LIST(V) \ |