Chromium Code Reviews| Index: src/compiler/instruction-codes.h |
| diff --git a/src/compiler/instruction-codes.h b/src/compiler/instruction-codes.h |
| index 0abed6c32181217e7d636d6dcee67b040297fce2..fd7c53078f9bb2bed8f836cc916ebb6a6063cab0 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(ArchStackPointer) \ |
| V(ArchTruncateDoubleToI) \ |
| TARGET_ARCH_OPCODE_LIST(V) |