diff options
author | Richard Sandiford <richard.sandiford@arm.com> | 2019-09-10 18:56:43 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2019-09-10 18:56:43 +0000 |
commit | ff18ad15259c8978f85344934b146ff7b9ee07e1 (patch) | |
tree | 134f2e83c437f39cc3d6effd207d830dbfa7fcbe /gcc/df-scan.c | |
parent | a5647ae846f6765f12a359acba6a71fc12254fa8 (diff) | |
download | gcc-ff18ad15259c8978f85344934b146ff7b9ee07e1.zip gcc-ff18ad15259c8978f85344934b146ff7b9ee07e1.tar.gz gcc-ff18ad15259c8978f85344934b146ff7b9ee07e1.tar.bz2 |
Make more use of regs_invalidated_by_call
This cleans up a couple of places in which the previous patch had:
call_used_or_fixed_regs & ~fixed_reg_set
In that context, regs_invalidated_by_call is IMO more obvious.
2019-09-10 Richard Sandiford <richard.sandiford@arm.com>
gcc/
* config/frv/frv.c (frv_ifcvt_modify_tests): Use
regs_invalidated_by_call & ~fixed_reg_set instead of
call_used_or_fixed_regs & ~fixed_reg_set.
* config/sh/sh.c (output_stack_adjust): Likewise.
From-SVN: r275601
Diffstat (limited to 'gcc/df-scan.c')
0 files changed, 0 insertions, 0 deletions