]> git.ipfire.org Git - thirdparty/gcc.git/commit
aarch64: Minor initial adjustment tweak
authorRichard Sandiford <richard.sandiford@arm.com>
Tue, 12 Sep 2023 15:05:10 +0000 (16:05 +0100)
committerRichard Sandiford <richard.sandiford@arm.com>
Tue, 12 Sep 2023 15:05:10 +0000 (16:05 +0100)
commitee5466ff4faca2076cc61f1f120d0b5062c8111c
treedec938d7b51c05e2e5617ae1ee463c796279434a
parentbc9dcdde80915d7585a21daa2b69f4adf4a1e3c1
aarch64: Minor initial adjustment tweak

This patch just changes a calculation of initial_adjust
to one that makes it slightly more obvious that the total
adjustment is frame.frame_size.

gcc/
* config/aarch64/aarch64.cc (aarch64_layout_frame): Tweak
calculation of initial_adjust for frames in which all saves
are SVE saves.
gcc/config/aarch64/aarch64.cc