Chromium Code Reviews| Index: src/compiler/opcodes.h | 
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h | 
| index 1545e6ddf7d8e1c8104db9cc229fedc309dc0c0e..f87374e739e43eb5dfd8502385c618ee5cc40609 100644 | 
| --- a/src/compiler/opcodes.h | 
| +++ b/src/compiler/opcodes.h | 
| @@ -335,6 +335,7 @@ | 
| V(Word32Clz) \ | 
| V(Word32Ctz) \ | 
| V(Word32ReverseBits) \ | 
| + V(Word32ReverseBytes) \ | 
| V(Word32Popcnt) \ | 
| V(Word64Popcnt) \ | 
| V(Word64And) \ | 
| @@ -347,6 +348,7 @@ | 
| V(Word64Clz) \ | 
| V(Word64Ctz) \ | 
| V(Word64ReverseBits) \ | 
| + V(Word64ReverseBytes) \ | 
| V(Int32Add) \ | 
| V(Int32AddWithOverflow) \ | 
| V(Int32Sub) \ |