diff options
Diffstat (limited to 'gcc/reload.h')
-rw-r--r-- | gcc/reload.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reload.h b/gcc/reload.h index ea9081f6471..80ceae2b3d8 100644 --- a/gcc/reload.h +++ b/gcc/reload.h @@ -233,7 +233,7 @@ struct reg_equivs_t /* An EXPR_LIST of REG_EQUIVs containing MEMs with alternate representations of the location of pseudo reg N. */ - rtx alt_mem_list; + rtx_expr_list *alt_mem_list; /* The list of insns that initialized reg N from its equivalent constant or memory slot. */ |