Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index 4235fcd4d93b63ca0b3147f7741b8d24f994c9e2..2e2d9ed4640420bce76e6543e57a35b8ce074931 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -243,6 +243,7 @@ |
| V(Word64Sar) \ |
| V(Word64Ror) \ |
| V(Word64Clz) \ |
| + V(Word64Ctz) \ |
| V(Int32Add) \ |
| V(Int32AddWithOverflow) \ |
| V(Int32Sub) \ |