diff options
author | Richard Sandiford <richard.sandiford@arm.com> | 2020-12-17 00:14:58 +0000 |
---|---|---|
committer | Richard Sandiford <richard.sandiford@arm.com> | 2020-12-17 00:14:58 +0000 |
commit | 900846cda693e199f4ebafd99af72445c3016629 (patch) | |
tree | 3741d62cc4b98bee806d5b058c8663127be9a8e9 /gcc/obstack-utils.h | |
parent | 7c1e7eed891a7b8fd8bbe6a13e6435cfbe7e9055 (diff) | |
download | gcc-900846cda693e199f4ebafd99af72445c3016629.zip gcc-900846cda693e199f4ebafd99af72445c3016629.tar.gz gcc-900846cda693e199f4ebafd99af72445c3016629.tar.bz2 |
reginfo: Add a global_reg_set
A later patch wants to use the set of global registers as a HARD_REG_SET
rather than a bool/char array. Most other arrays already have a
HARD_REG_SET counterpart, but this one didn't.
gcc/
* hard-reg-set.h (global_reg_set): Declare.
* reginfo.c (global_reg_set): New variable.
(init_reg_sets_1, globalize_reg): Update it when globalizing
registers.
Diffstat (limited to 'gcc/obstack-utils.h')
0 files changed, 0 insertions, 0 deletions