Chromium Code Reviews| Index: lib/compiler/implementation/ssa/ssa.dart |
| =================================================================== |
| --- lib/compiler/implementation/ssa/ssa.dart (revision 12781) |
| +++ lib/compiler/implementation/ssa/ssa.dart (working copy) |
| @@ -29,6 +29,7 @@ |
| #source('types_propagation.dart'); |
| #source('validate.dart'); |
| #source('variable_allocator.dart'); |
| +#source('value_range_analyzer.dart'); |
| #source('value_set.dart'); |
| class RuntimeTypeInformation { |