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

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

Issue 765753002: Refactor the CPS SExprStringifier. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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
Index: pkg/compiler/lib/src/use_unused_api.dart
diff --git a/pkg/compiler/lib/src/use_unused_api.dart b/pkg/compiler/lib/src/use_unused_api.dart
index fafe0cbd8ec7fea9dba6fab96a774717baf98373..af7ea2a6f74d12def80c4e1ea5f568828e88f062 100644
--- a/pkg/compiler/lib/src/use_unused_api.dart
+++ b/pkg/compiler/lib/src/use_unused_api.dart
@@ -229,8 +229,8 @@ useIr(cps_ir_nodes_sexpr.SExpressionStringifier stringifier,
ir_builder.IrBuilder builder) {
new cps_ir_nodes_sexpr.SExpressionStringifier();
stringifier
- ..newContinuationName()
- ..newValueName()
+ ..newContinuationName(null)
+ ..newValueName(null)
..visitConstant(null)
..visitContinuation(null)
..visitDefinition(null)
« no previous file with comments | « pkg/compiler/lib/src/cps_ir/cps_ir_nodes_sexpr.dart ('k') | tests/compiler/dart2js/backend_dart/sexpr_unstringifier.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698