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