]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite: Fix up refactored scanltranstree.exp functions [PR116522]
authorAlex Coplan <alex.coplan@arm.com>
Thu, 29 Aug 2024 10:31:40 +0000 (11:31 +0100)
committerAlex Coplan <alex.coplan@arm.com>
Thu, 29 Aug 2024 10:34:26 +0000 (11:34 +0100)
commit4b729d2ff3259e5b1d40f93d4f9e7edf5f0064f4
treef74c8ababf5fddee177f8be536a6c6f50b1789f2
parent4ff4875a79ccb302dc2401c32fe0af2187b61b99
testsuite: Fix up refactored scanltranstree.exp functions [PR116522]

When adding RTL variants of the scan-ltrans-tree* functions in:
r15-3254-g3f51f0dc88ec21c1ec79df694200f10ef85915f4
I messed up the name of the underlying scan function to invoke.  The
code currently attempts to invoke functions named
scan{,-not,-dem,-dem-not} but should instead be invoking
scan-dump{,-not,-dem,-dem-not}.  This patch fixes that.

gcc/testsuite/ChangeLog:

PR testsuite/116522
* lib/scanltranstree.exp: Fix name of underlying scan function
used for scan-ltrans-{tree,rtl}-dump{,-not,-dem,-dem-not}.
gcc/testsuite/lib/scanltranstree.exp