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

Unified Diff: tests/compiler/dart2js/analyze_unused_dart2js_test.dart

Issue 2246623002: Delete CPS IR (Closed) Base URL: git@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
« no previous file with comments | « tests/compiler/dart2js/analyze_test_test.dart ('k') | tests/compiler/dart2js/cps_ir/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/analyze_unused_dart2js_test.dart
diff --git a/tests/compiler/dart2js/analyze_unused_dart2js_test.dart b/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
index a17914eda74e3a9ab106cc0ca904cd8e48943b5f..292c2c9c09de7689aba161c24510d54605288c3e 100644
--- a/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
+++ b/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
@@ -40,25 +40,9 @@ const Map<String, List<String>> WHITE_LIST = const {
"lib/src/serialization/": const [
"is never"],
- // Nested functions are currently kept alive in the IR.
- "lib/src/tree_ir/": const [
- "accept", "FunctionExpression", "CreateFunction"
- ],
-
"lib/src/universe/universe.dart": const [
"The method 'getterInvocationsByName' is never called.",
"The method 'setterInvocationsByName' is never called."],
-
- "lib/src/cps_ir/": const [
- "accept", "CreateFunction",
- ],
-
- // Useful utility functions that are not currently used.
- "lib/src/cps_ir/cps_fragment.dart": const [
- "The method 'beginLoop' is never called.",
- "The method 'continueLoop' is never called.",
- "The method 'invokeMethod' is never called.",
- ],
};
void main() {
« no previous file with comments | « tests/compiler/dart2js/analyze_test_test.dart ('k') | tests/compiler/dart2js/cps_ir/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698