| Index: lib/compiler/implementation/ssa/builder.dart
|
| ===================================================================
|
| --- lib/compiler/implementation/ssa/builder.dart (revision 12754)
|
| +++ lib/compiler/implementation/ssa/builder.dart (working copy)
|
| @@ -2280,10 +2280,9 @@
|
| typeInfo = pop();
|
| }
|
| if (type.element.isTypeVariable()) {
|
| - // TODO(karlklose): We emulate the behavior of the old frog
|
| - // compiler and answer true to any is check involving a type variable
|
| - // -- both is T and is !T -- until we have a proper implementation of
|
| - // reified generics.
|
| + // TODO(karlklose): We currently answer true to any is check
|
| + // involving a type variable -- both is T and is !T -- until
|
| + // we have a proper implementation of reified generics.
|
| stack.add(graph.addConstantBool(true, constantSystem));
|
| } else {
|
| HInstruction instruction;
|
|
|