From 5268b1330a17ac67bb9c786a6380576a7d62f19a Mon Sep 17 00:00:00 2001 From: Daco Harkes Date: Wed, 27 Sep 2023 08:35:08 +0000 Subject: [PATCH] [vm/test] Fix outdated reference to `PushArgumentInstr` Rename happened in https://dart-review.googlesource.com/c/sdk/+/284184. Change-Id: I35237dcf327ed9e8d1a8eb30f287e6e86c1bdaa7 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/327682 Auto-Submit: Daco Harkes Commit-Queue: Tess Strickland Reviewed-by: Tess Strickland --- runtime/tests/vm/dart/regress_39767_test.dart | 2 +- runtime/tests/vm/dart_2/regress_39767_test.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/tests/vm/dart/regress_39767_test.dart b/runtime/tests/vm/dart/regress_39767_test.dart index e4294819162..0e8c4db43d0 100644 --- a/runtime/tests/vm/dart/regress_39767_test.dart +++ b/runtime/tests/vm/dart/regress_39767_test.dart @@ -7,7 +7,7 @@ // Regression test for https://github.com/dart-lang/sdk/issues/39767. // // Verifies that pushing now-dead definitions as call arguments where the -// PushArgumentInstrs end up outliving the original call in the IL due to +// MoveArgumentInstrs end up outliving the original call in the IL due to // environmental uses do not remain after dead code elimination removes their // definitions. diff --git a/runtime/tests/vm/dart_2/regress_39767_test.dart b/runtime/tests/vm/dart_2/regress_39767_test.dart index 78d11b68825..d207e89ffd4 100644 --- a/runtime/tests/vm/dart_2/regress_39767_test.dart +++ b/runtime/tests/vm/dart_2/regress_39767_test.dart @@ -9,7 +9,7 @@ // Regression test for https://github.com/dart-lang/sdk/issues/39767. // // Verifies that pushing now-dead definitions as call arguments where the -// PushArgumentInstrs end up outliving the original call in the IL due to +// MoveArgumentInstrs end up outliving the original call in the IL due to // environmental uses do not remain after dead code elimination removes their // definitions.