Remove global call sets: cfgcleanup.c
authorRichard Sandiford <richard.sandiford@arm.com>
Mon, 30 Sep 2019 16:20:12 +0000 (16:20 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 30 Sep 2019 16:20:12 +0000 (16:20 +0000)
commit016996861c7333f42772c84a5a2a4e52e0bd07c5
tree5bf8aef888cc343864b239c4422ff9982fb64299
parent7392e5d8888462610b5536c2894d2923b826faed
Remove global call sets: cfgcleanup.c

old_insns_match_p just tests whether two instructions are
similar enough to merge.  With insn_callee_abi it makes more
sense to compare the ABIs directly.

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

gcc/
* cfgcleanup.c (old_insns_match_p): Compare the ABIs of calls
instead of the call-clobbered sets.

From-SVN: r276314
gcc/ChangeLog
gcc/cfgcleanup.c