diff options
Diffstat (limited to 'gcc/ira-int.h')
-rw-r--r-- | gcc/ira-int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ira-int.h b/gcc/ira-int.h index 6ee7393b36d..e56e0518945 100644 --- a/gcc/ira-int.h +++ b/gcc/ira-int.h @@ -542,7 +542,7 @@ extern int ira_copies_num; struct ira_spilled_reg_stack_slot { /* pseudo-registers assigned to the stack slot. */ - regset_head spilled_regs; + bitmap_head spilled_regs; /* RTL representation of the stack slot. */ rtx mem; /* Size of the stack slot. */ |