Remove global call sets: sched-deps.c
authorRichard Sandiford <richard.sandiford@arm.com>
Mon, 30 Sep 2019 16:21:34 +0000 (16:21 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 30 Sep 2019 16:21:34 +0000 (16:21 +0000)
commit2e2c6df346ab70eda7378a750cb96a1792de5b3b
tree3742c4b4423358b469ad52c40869440afae32448
parent52053c3b536353510cac1c8370541b24847f8022
Remove global call sets: sched-deps.c

This is a straight replacement of an existing "full or partial"
call-clobber check.

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

gcc/
* sched-deps.c (deps_analyze_insn): Use the ABI of the target
function to test whether a register is fully or partly clobbered.

From-SVN: r276335
gcc/ChangeLog
gcc/sched-deps.c