Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index 16f5c1cfa4865deb0f5262248f072084a48307b4..e24057b47e1128e98463c52e49dd8cddb90ae335 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -394,7 +394,9 @@ |
| V(Int64Mod) \ |
| V(Uint64Div) \ |
| V(Uint64Mod) \ |
| + V(BitcastTaggedToWord) \ |
| V(BitcastWordToTagged) \ |
| + V(BitcastWordToTaggedSigned) \ |
| V(TruncateFloat64ToWord32) \ |
| V(ChangeFloat32ToFloat64) \ |
| V(ChangeFloat64ToInt32) \ |