Chromium Code Reviews| Index: frog/leg/ssa/nodes.dart |
| diff --git a/frog/leg/ssa/nodes.dart b/frog/leg/ssa/nodes.dart |
| index 9288b5caf4d87849920ce36448b7a23bcd222ed7..b1e1e57d8d1d281bc39bb1df1e4406a66b99073b 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; |