diff options
Diffstat (limited to 'gcc/ssa.c')
-rw-r--r-- | gcc/ssa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ssa.c b/gcc/ssa.c index 3dabc626a14..d57720e032f 100644 --- a/gcc/ssa.c +++ b/gcc/ssa.c @@ -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. */ |