]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove global call sets: shrink-wrap.c
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Sep 2019 16:21:44 +0000 (16:21 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Sep 2019 16:21:44 +0000 (16:21 +0000)
commit9f8869ab63e8149f69b4ba1dd57868abd1d5eb1a
tree82b86d77986fc724504be9b212889e4613e220d6
parent2eee663806b35c0eca156dcc031f1facb4f6fac0
Remove global call sets: shrink-wrap.c

This is a straight replacement of "calls we can clobber without saving
them first".

2019-09-30  Richard Sandiford  <richard.sandiford@arm.com>

gcc/
* shrink-wrap.c: Include function-abi.h.
(requires_stack_frame_p): Use crtl->abi to test whether the
current function can use a register without saving it first.

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