]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove global call sets: sched-deps.c
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Sep 2019 16:21:34 +0000 (16:21 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Sep 2019 16:21:34 +0000 (16:21 +0000)
commite95b6cac888157318084013278c41ee6a214756a
tree3742c4b4423358b469ad52c40869440afae32448
parentd7bf80298a46b2a3b7acf43c5ef5eb8aefb9681b
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.

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