]> git.ipfire.org Git - thirdparty/gcc.git/commit
[AArch64] Use frame reference in aarch64_layout_frame
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Oct 2019 10:44:31 +0000 (10:44 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Oct 2019 10:44:31 +0000 (10:44 +0000)
commit9c12da9a81ce71c85b58206f547c80003a0253e3
tree45d8b5c983037e686789893c106e1c02db50c95b
parentdd114a9a128a759a93911f0389fb735f6a099d20
[AArch64] Use frame reference in aarch64_layout_frame

Using the full path "cfun->machine->frame" in aarch64_layout_frame
led to awkward formatting in some follow-on patches, so it seemed
worth using a local reference instead.

2019-10-16  Richard Sandiford  <richard.sandiford@arm.com>

gcc/
* config/aarch64/aarch64.c (aarch64_layout_frame): Use a local
"frame" reference instead of always referring directly to
"cfun->machine->frame".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@277059 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/aarch64/aarch64.c