]> git.ipfire.org Git - thirdparty/gcc.git/commit
vect: Fix stray argument in call to dump_printf_loc
authorRichard Sandiford <richard.sandiford@arm.com>
Wed, 31 Aug 2022 08:17:43 +0000 (09:17 +0100)
committerRichard Sandiford <richard.sandiford@arm.com>
Wed, 31 Aug 2022 08:17:43 +0000 (09:17 +0100)
commit68c61c2daa1f3e4c4c9fbe166f001b7531ffaa4f
treedc06ea06afa13a186157cb1ffd8ede6e68656890
parenta99b53f7e1860b96b67f069eb7965fcbac6594f6
vect: Fix stray argument in call to dump_printf_loc

One call to dump_printf_loc had a stray left-over argument
from an earlier version of the patch.  This went unnoticed
on aarch64-linux-gnu and x86_64-linux-gnu since the parameters
that actually mattered were passed in FPRs rather than GPRs,
but I assume this is the reason for the i686-linux-gnu failures
that Jakub hit.

gcc/
* tree-vect-slp.cc (vect_optimize_slp_pass::dump): Remove bogus
argument.
gcc/tree-vect-slp.cc