| Index: lib/compiler/implementation/runtime_types.dart
|
| diff --git a/lib/compiler/implementation/ssa/ssa.dart b/lib/compiler/implementation/runtime_types.dart
|
| similarity index 77%
|
| copy from lib/compiler/implementation/ssa/ssa.dart
|
| copy to lib/compiler/implementation/runtime_types.dart
|
| index 87cb6a6091cb8173980fa932085fcbf89388449e..cd7f49ae66a5a7f62f6783d2b074de79ccb7f1a7 100644
|
| --- a/lib/compiler/implementation/ssa/ssa.dart
|
| +++ b/lib/compiler/implementation/runtime_types.dart
|
| @@ -2,35 +2,13 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -#library('ssa');
|
| +#library('runtime_types');
|
|
|
| -#import('../closure.dart');
|
| -#import('../js/js.dart', prefix: 'js');
|
| -#import('../leg.dart');
|
| -#import('../source_file.dart');
|
| -#import('../source_map_builder.dart');
|
| -#import('../elements/elements.dart');
|
| -#import('../js_backend/js_backend.dart');
|
| -#import('../native_handler.dart', prefix: 'native');
|
| -#import('../scanner/scannerlib.dart');
|
| -#import('../tree/tree.dart');
|
| -#import('../universe/universe.dart');
|
| -#import('../util/util.dart');
|
| -#import('../util/characters.dart');
|
| -
|
| -#source('bailout.dart');
|
| -#source('builder.dart');
|
| -#source('codegen.dart');
|
| -#source('codegen_helpers.dart');
|
| -#source('js_names.dart');
|
| -#source('nodes.dart');
|
| -#source('optimize.dart');
|
| -#source('types.dart');
|
| -#source('types_propagation.dart');
|
| -#source('validate.dart');
|
| -#source('variable_allocator.dart');
|
| -#source('value_range_analyzer.dart');
|
| -#source('value_set.dart');
|
| +#import('leg.dart');
|
| +#import('elements/elements.dart');
|
| +#import('tree/tree.dart');
|
| +#import('universe/universe.dart');
|
| +#import('util/util.dart');
|
|
|
| class RuntimeTypeInformation {
|
| bool hasTypeArguments(DartType type) {
|
|
|