| Index: lib/compiler/implementation/ssa/codegen_helpers.dart
|
| ===================================================================
|
| --- lib/compiler/implementation/ssa/codegen_helpers.dart (revision 7269)
|
| +++ lib/compiler/implementation/ssa/codegen_helpers.dart (working copy)
|
| @@ -42,10 +42,6 @@
|
| }
|
| }
|
|
|
| - void visitTypeConversion(HTypeConversion instruction) {
|
| - generateAtUseSite.add(instruction);
|
| - }
|
| -
|
| // The codegen might use the input multiple times, so it must not be
|
| // set generate at use site.
|
| void visitIs(HIs instruction) {}
|
|
|