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