Remove global call sets: shrink-wrap.c
authorRichard Sandiford <richard.sandiford@arm.com>
Mon, 30 Sep 2019 16:21:44 +0000 (16:21 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 30 Sep 2019 16:21:44 +0000 (16:21 +0000)
commitb21a62b6246d3344cf74c79965523e4f59db7459
tree82b86d77986fc724504be9b212889e4613e220d6
parent497b699b93759c7f84527f49a9644c3ea692405d
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.

From-SVN: r276337
gcc/ChangeLog
gcc/shrink-wrap.c