| Index: lib/compiler/implementation/ssa/nodes.dart
|
| diff --git a/lib/compiler/implementation/ssa/nodes.dart b/lib/compiler/implementation/ssa/nodes.dart
|
| index 75d703ee962c63315932ed0bc752e9040a2c208c..862556aa6983732ebbfa36de7b8263fd6c3e7aad 100644
|
| --- a/lib/compiler/implementation/ssa/nodes.dart
|
| +++ b/lib/compiler/implementation/ssa/nodes.dart
|
| @@ -1524,8 +1524,6 @@ class HBinaryBitOp extends HBinaryArithmetic {
|
| HBinaryBitOp(HStatic target, HInstruction left, HInstruction right)
|
| : super(target, left, right);
|
|
|
| - bool get builtin() => left.isInteger() && right.isInteger();
|
| -
|
| HType computeTypeFromInputTypes() {
|
| // All bitwise operations on primitive types either produce an
|
| // integer or throw an error.
|
|
|