diff options
Diffstat (limited to 'gcc/lra-int.h')
-rw-r--r-- | gcc/lra-int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lra-int.h b/gcc/lra-int.h index b2f5cf7d05e..41c98492973 100644 --- a/gcc/lra-int.h +++ b/gcc/lra-int.h @@ -227,7 +227,7 @@ struct lra_insn_recog_data ending with a negative value. */ int *arg_hard_regs; /* Alternative enabled for the insn. NULL for debug insns. */ - bool *alternative_enabled_p; + alternative_mask enabled_alternatives; /* The following member value is always NULL for a debug insn. */ struct lra_insn_reg *regs; }; |