| Index: pkg/compiler/lib/src/ssa/optimize.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/optimize.dart b/pkg/compiler/lib/src/ssa/optimize.dart
|
| index f411f578eec6a96c57f13791cc128b94f95b8916..bcce27c42180e6c42e97b63c02b7a7559ba78023 100644
|
| --- a/pkg/compiler/lib/src/ssa/optimize.dart
|
| +++ b/pkg/compiler/lib/src/ssa/optimize.dart
|
| @@ -1166,8 +1166,7 @@ class SsaInstructionSimplifier extends HBaseVisitor
|
| selector,
|
| input.instructionType, // receiver mask.
|
| inputs,
|
| - toStringType)
|
| - ..sourceInformation = node.sourceInformation;
|
| + toStringType)..sourceInformation = node.sourceInformation;
|
| return result;
|
| }
|
| return null;
|
|
|