| Index: dart/lib/compiler/implementation/ssa/bailout.dart
|
| diff --git a/dart/lib/compiler/implementation/ssa/bailout.dart b/dart/lib/compiler/implementation/ssa/bailout.dart
|
| index 57efd1bcee5139159b3887b168677fe7bbb9b7fa..a1e537731b12aa6676d118be2373bbbcca89ca9d 100644
|
| --- a/dart/lib/compiler/implementation/ssa/bailout.dart
|
| +++ b/dart/lib/compiler/implementation/ssa/bailout.dart
|
| @@ -106,7 +106,7 @@ class SsaTypeGuardInserter extends HGraphVisitor implements OptimizationPhase {
|
| return type.isPrimitive() && !type.isNull();
|
| }
|
|
|
| - bool get hasTypeGuards() => work.guards.length != 0;
|
| + bool get hasTypeGuards => work.guards.length != 0;
|
|
|
| bool typeGuardWouldBeValuable(HInstruction instruction,
|
| HType speculativeType) {
|
|
|