Chromium Code Reviews| Index: src/compiler/instruction-codes.h |
| diff --git a/src/compiler/instruction-codes.h b/src/compiler/instruction-codes.h |
| index 7b42eb77841292892c5bb8286fb8668956365260..dba4c102e08ecabdb7371c552b6f27e4b316538d 100644 |
| --- a/src/compiler/instruction-codes.h |
| +++ b/src/compiler/instruction-codes.h |
| @@ -45,6 +45,7 @@ namespace compiler { |
| V(ArchDeoptimize) \ |
| V(ArchRet) \ |
| V(ArchStackPointer) \ |
| + V(ArchFramePointer) \ |
| V(ArchTruncateDoubleToI) \ |
| V(CheckedLoadInt8) \ |
| V(CheckedLoadUint8) \ |