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

Unified Diff: pkg/compiler/lib/src/ssa/interceptor_simplifier.dart

Issue 2314703002: Split World usage into open, inference, and closed world. (Closed)
Patch Set: Updated cf. comments. Created 4 years, 3 months 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
Index: pkg/compiler/lib/src/ssa/interceptor_simplifier.dart
diff --git a/pkg/compiler/lib/src/ssa/interceptor_simplifier.dart b/pkg/compiler/lib/src/ssa/interceptor_simplifier.dart
index a12a57efe1f1f40e9ed5aecfe7977ad9dd4ebd1e..752aeb9bd74aed65bb8456639f75cbca829aead9 100644
--- a/pkg/compiler/lib/src/ssa/interceptor_simplifier.dart
+++ b/pkg/compiler/lib/src/ssa/interceptor_simplifier.dart
@@ -49,7 +49,7 @@ class SsaSimplifyInterceptors extends HBaseVisitor
BackendHelpers get helpers => backend.helpers;
- ClassWorld get classWorld => compiler.world;
+ ClassWorld get classWorld => compiler.closedWorld;
void visitGraph(HGraph graph) {
this.graph = graph;

Powered by Google App Engine
This is Rietveld 408576698