Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Unified Diff: pkg/compiler/lib/src/types/types.dart

Issue 2500373003: Compute WorldImpact for mirror analysis. (Closed)
Patch Set: Remove Enqueuer.registerTypeUse Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/compiler/lib/src/js_backend/mirrors_analysis.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/types/types.dart
diff --git a/pkg/compiler/lib/src/types/types.dart b/pkg/compiler/lib/src/types/types.dart
index c0782987a5d298f9285de2f841f72bec1c0bc87f..d2831c04235acf51b9197f4cf519e280ff590177 100644
--- a/pkg/compiler/lib/src/types/types.dart
+++ b/pkg/compiler/lib/src/types/types.dart
@@ -251,8 +251,8 @@ class GlobalTypeInferenceTask extends CompilerTask {
typesInferrerInternal ??= new TypeGraphInferrer(compiler, masks);
typesInferrerInternal.analyzeMain(mainElement);
typesInferrerInternal.clear();
- results = new GlobalTypeInferenceResults(
- typesInferrerInternal, compiler, masks, typesInferrerInternal.inferrer.types);
+ results = new GlobalTypeInferenceResults(typesInferrerInternal, compiler,
+ masks, typesInferrerInternal.inferrer.types);
});
}
}
« no previous file with comments | « pkg/compiler/lib/src/js_backend/mirrors_analysis.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698