Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index 37843f34d2be6aa076ca7b9a34543a591d5ef174..695d23432468dbdd22a6d5c5387efd83a3e9d711 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -334,6 +334,8 @@ |
| V(LoadParentFramePointer) \ |
| V(CheckedLoad) \ |
| V(CheckedStore) \ |
| + V(UnalignedLoad) \ |
| + V(UnalignedStore) \ |
| V(Int32PairAdd) \ |
| V(Int32PairSub) \ |
| V(Word32PairShl) \ |