Index: src/compiler/operator.h |
diff --git a/src/compiler/operator.h b/src/compiler/operator.h |
index 026ecba1d44f47eb1a189f9cc7f8114fb5694a1f..fa85d599cdf753dd0c3c16fff1dc5860b6ed9a91 100644 |
--- a/src/compiler/operator.h |
+++ b/src/compiler/operator.h |
@@ -30,7 +30,7 @@ namespace compiler { |
// meaningful to the operator itself. |
class Operator : public ZoneObject { |
public: |
- typedef uint8_t Opcode; |
+ typedef uint16_t Opcode; |
// Properties inform the operator-independent optimizer about legal |
// transformations for nodes that have this operator. |