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

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

Issue 2260223002: Add SSA instructions for reified type information (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 4 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/js_backend/backend_impact.dart
diff --git a/pkg/compiler/lib/src/js_backend/backend_impact.dart b/pkg/compiler/lib/src/js_backend/backend_impact.dart
index 7606e4d1b5099ffa4bbbca47c7b5f655e4e2f05b..bd6783fb24fc5c2116b6c3c94cb4ecee310ada96 100644
--- a/pkg/compiler/lib/src/js_backend/backend_impact.dart
+++ b/pkg/compiler/lib/src/js_backend/backend_impact.dart
@@ -45,7 +45,6 @@ class BackendImpacts {
_getRuntimeTypeArgument = new BackendImpact(staticUses: [
helpers.getRuntimeTypeArgument,
helpers.getTypeArgumentByIndex,
- helpers.copyTypeArguments
]);
}
return _getRuntimeTypeArgument;

Powered by Google App Engine
This is Rietveld 408576698