diff options
Diffstat (limited to 'gcc/ssa.c')
-rw-r--r-- | gcc/ssa.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -384,7 +384,7 @@ static hashval_t ssa_rename_from_hash_function (srfp) const void *srfp; { - return ((ssa_rename_from_pair *) srfp)->reg; + return ((const ssa_rename_from_pair *) srfp)->reg; } /* Test whether two hash table entries SRFP1 and SRFP2 are equal. */ |