aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload.h
diff options
context:
space:
mode:
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;