| Index: sdk/lib/_internal/compiler/implementation/ssa/invoke_dynamic_specializers.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/ssa/invoke_dynamic_specializers.dart (revision 31214)
|
| +++ sdk/lib/_internal/compiler/implementation/ssa/invoke_dynamic_specializers.dart (working copy)
|
| @@ -388,12 +388,12 @@
|
| if (left.isUInt31(compiler)) {
|
| return newBuiltinVariant(instruction, compiler);
|
| }
|
| + clearAllSideEffects(instruction);
|
| // We can call _tdivFast because the rhs is a 32bit integer
|
| // and not 0, nor -1.
|
| instruction.selector = renameToOptimizedSelector(
|
| '_tdivFast', instruction.selector, compiler);
|
| }
|
| - clearAllSideEffects(instruction);
|
| }
|
| return null;
|
| }
|
|
|