]> gcc.gnu.org Git - gcc.git/commit
aarch64: Remove below_hard_fp_saved_regs_size
authorRichard Sandiford <richard.sandiford@arm.com>
Tue, 12 Sep 2023 15:05:12 +0000 (16:05 +0100)
committerRichard Sandiford <richard.sandiford@arm.com>
Tue, 12 Sep 2023 15:05:12 +0000 (16:05 +0100)
commit2abfc867d3ba025ac2146bb21b92a93e6325dec1
tree336cc93459298710ac27bb47306ac48214320393
parent5ce957484eea15f09503fcffa4dfdfb70ad82f8f
aarch64: Remove below_hard_fp_saved_regs_size

After previous patches, it's no longer necessary to store
saved_regs_size and below_hard_fp_saved_regs_size in the frame info.
All measurements instead use the top or bottom of the frame as
reference points.

gcc/
* config/aarch64/aarch64.h (aarch64_frame::saved_regs_size)
(aarch64_frame::below_hard_fp_saved_regs_size): Delete.
* config/aarch64/aarch64.cc (aarch64_layout_frame): Update accordingly.
gcc/config/aarch64/aarch64.cc
gcc/config/aarch64/aarch64.h
This page took 0.066909 seconds and 6 git commands to generate.