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

Unified Diff: pkg/compiler/lib/src/js_backend/backend.dart

Issue 2329403003: More features handled in kernel impact. (Closed)
Patch Set: Fix analyze_test_test. 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
« no previous file with comments | « no previous file | pkg/compiler/lib/src/js_backend/backend_impact.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/js_backend/backend.dart
diff --git a/pkg/compiler/lib/src/js_backend/backend.dart b/pkg/compiler/lib/src/js_backend/backend.dart
index 73ba2345330b9726c0c5d8ce780c4ca876997f93..f688ff7f0d66813c8d0b9edd9b6c0b5f5f7ebfb0 100644
--- a/pkg/compiler/lib/src/js_backend/backend.dart
+++ b/pkg/compiler/lib/src/js_backend/backend.dart
@@ -2825,9 +2825,6 @@ class JavaScriptImpactTransformer extends ImpactTransformer {
new TypeUse.instantiation(backend.coreTypes.nullType));
registerBackendImpact(transformed, impacts.nullLiteral);
break;
- case Feature.INC_DEC_OPERATION:
- registerBackendImpact(transformed, impacts.incDecOperation);
- break;
case Feature.LAZY_FIELD:
registerBackendImpact(transformed, impacts.lazyField);
break;
« no previous file with comments | « no previous file | pkg/compiler/lib/src/js_backend/backend_impact.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698