Chromium Code Reviews| Index: frog/leg/ssa/nodes.dart |
| diff --git a/frog/leg/ssa/nodes.dart b/frog/leg/ssa/nodes.dart |
| index 9657192e0ab9f538fa21b398e125f20d321abe67..b052bbf7ff0193eeb2aca78c42750f9633504ff3 100644 |
| --- a/frog/leg/ssa/nodes.dart |
| +++ b/frog/leg/ssa/nodes.dart |
| @@ -1387,6 +1387,7 @@ class HAdd extends HBinaryArithmetic { |
| } |
| AddOperation get operation() => const AddOperation(); |
| + |
| int typeCode() => 5; |
| bool typeEquals(other) => other is HAdd; |
| bool dataEquals(HInstruction other) => true; |