[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 <dacoharkes@google.com>
Commit-Queue: Tess Strickland <sstrickl@google.com>
Reviewed-by: Tess Strickland <sstrickl@google.com>
This commit is contained in:
Daco Harkes
2023-09-27 08:35:08 +00:00
committed by Commit Queue
parent f7e2e644e4
commit 5268b1330a
2 changed files with 2 additions and 2 deletions
@@ -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.
@@ -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.