Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index dcf71eb43d4b2fb81e0ff7bdb26ff75e65545231..c5b6c81c1084f119d3569e80da884efab95c8497 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -192,8 +192,7 @@ |
| V(StoreField) \ |
| V(StoreBuffer) \ |
| V(StoreElement) \ |
| - V(ObjectIsSmi) \ |
| - V(ObjectIsNonNegativeSmi) |
| + V(ObjectIsSmi) |
| // Opcodes for Machine-level operators. |
| #define MACHINE_COMPARE_BINOP_LIST(V) \ |