diff options
Diffstat (limited to 'gcc/varray.h')
-rw-r--r-- | gcc/varray.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/varray.h b/gcc/varray.h index 5d773a39ed1..1b175eff0fa 100644 --- a/gcc/varray.h +++ b/gcc/varray.h @@ -47,7 +47,7 @@ struct const_equiv_data { pseudos that contain pointers into the replacement area allocated for this inline instance. These pseudos are then marked as being equivalent to the appropriate address and substituted if valid. */ - rtx rtx; + struct rtx_def *rtx; /* Record the valid age for each entry. The entry is invalid if its age is less than const_age. */ |