aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload.h
diff options
context:
space:
mode:
authorBernd Schmidt <bernds@cygnus.co.uk>1999-12-20 12:13:01 +0000
committerBernd Schmidt <crux@gcc.gnu.org>1999-12-20 12:13:01 +0000
commit239a0f5ba54e5a19c4445835429ce113a68bebde (patch)
treea57671669fbfd5657118b391b8d79c45adb0f729 /gcc/reload.h
parent1af373f65c4b911f14e0b98d009d00e7c2ff2f69 (diff)
downloadgcc-239a0f5ba54e5a19c4445835429ce113a68bebde.zip
gcc-239a0f5ba54e5a19c4445835429ce113a68bebde.tar.gz
gcc-239a0f5ba54e5a19c4445835429ce113a68bebde.tar.bz2
Change some regsets to regset_heads
From-SVN: r31032
Diffstat (limited to 'gcc/reload.h')
-rw-r--r--gcc/reload.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/reload.h b/gcc/reload.h
index 391c047..ebfdbc5 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;