]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
vect: Remove extra newline from dump message
authorRichard Sandiford <richard.sandiford@arm.com>
Tue, 28 Jan 2025 09:00:08 +0000 (09:00 +0000)
committerRichard Sandiford <richard.sandiford@arm.com>
Tue, 28 Jan 2025 09:00:08 +0000 (09:00 +0000)
Noticed while working PR117270, where it was a distracting
difference for before-after comparisons.

gcc/
* tree-vect-slp.cc (vectorizable_slp_permutation_1): Remove
extra newline from dump message.

gcc/tree-vect-slp.cc

index 5d9a206f8f584f1fcf0d05cbeda7b9a9b13ec0f7..115b7b73eeef59b6670c97368ff5ec299ed7cb0e 100644 (file)
@@ -10846,7 +10846,7 @@ vectorizable_slp_permutation_1 (vec_info *vinfo, gimple_stmt_iterator *gsi,
       for (unsigned i = 0; i < perm.length (); ++i)
        dump_printf (MSG_NOTE, " op%u[%u]", perm[i].first, perm[i].second);
       if (repeating_p)
-       dump_printf (MSG_NOTE, " (repeat %d)\n", SLP_TREE_LANES (node));
+       dump_printf (MSG_NOTE, " (repeat %d)", SLP_TREE_LANES (node));
       dump_printf (MSG_NOTE, "\n");
       dump_printf_loc (MSG_NOTE, vect_location, "as");
       for (unsigned i = 0; i < vperm.length (); ++i)