diff options
author | Bernd Schmidt <bernds@cygnus.co.uk> | 1999-12-20 12:13:01 +0000 |
---|---|---|
committer | Bernd Schmidt <crux@gcc.gnu.org> | 1999-12-20 12:13:01 +0000 |
commit | 239a0f5ba54e5a19c4445835429ce113a68bebde (patch) | |
tree | a57671669fbfd5657118b391b8d79c45adb0f729 /gcc/reload.h | |
parent | 1af373f65c4b911f14e0b98d009d00e7c2ff2f69 (diff) | |
download | gcc-239a0f5ba54e5a19c4445835429ce113a68bebde.tar.gz |
Change some regsets to regset_heads
From-SVN: r31032
Diffstat (limited to 'gcc/reload.h')
-rw-r--r-- | gcc/reload.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/reload.h b/gcc/reload.h index 391c047c882..ebfdbc5f9d1 100644 --- a/gcc/reload.h +++ b/gcc/reload.h @@ -225,8 +225,8 @@ struct insn_chain rtx insn; /* Register life information: record all live hard registers, and all live pseudos that have a hard register. */ - regset live_throughout; - regset dead_or_set; + regset_head live_throughout; + regset_head dead_or_set; /* Copies of the global variables computed by find_reloads. */ struct reload *rld; |