]> git.ipfire.org Git - thirdparty/gcc.git/commit
Manual tweak of some end_sequence callers
authorRichard Sandiford <richard.sandiford@arm.com>
Fri, 16 May 2025 12:24:03 +0000 (13:24 +0100)
committerRichard Sandiford <richard.sandiford@arm.com>
Fri, 16 May 2025 12:24:03 +0000 (13:24 +0100)
commit1b9c907a4c9f3a89970e5295c69aefa23a133958
tree358ddcaf2db0e3cee9cb4f5ca3b01a1e5731859a
parente11ca9bc8c444b2a2fb12f8c1c2e4e203adeb39a
Manual tweak of some end_sequence callers

This patch mops up obvious redundancies that weren't caught by the
automatic regexp replacements in earlier patches.  It doesn't do
anything with genemit.cc, since that will be part of a later series.

gcc/
* config/arm/arm.cc (arm_gen_load_multiple_1): Simplify use of
end_sequence.
(arm_gen_store_multiple_1): Likewise.
* expr.cc (gen_move_insn): Likewise.
* gentarget-def.cc (main): Likewise.
gcc/config/arm/arm.cc
gcc/expr.cc
gcc/gentarget-def.cc