Chromium Code Reviews| Index: src/compiler/instruction-codes.h |
| diff --git a/src/compiler/instruction-codes.h b/src/compiler/instruction-codes.h |
| index 35c8e31f27fe29ce1a879fce95e679a64decebcd..16aa1db873527d282489a6bf04083c655bfe553f 100644 |
| --- a/src/compiler/instruction-codes.h |
| +++ b/src/compiler/instruction-codes.h |
| @@ -33,6 +33,7 @@ namespace compiler { |
| V(ArchJmp) \ |
| V(ArchNop) \ |
| V(ArchRet) \ |
| + V(ArchTruncateDoubleToI) \ |
| TARGET_ARCH_OPCODE_LIST(V) |
| enum ArchOpcode { |