diff options
Diffstat (limited to 'gcc/cse.c')
-rw-r--r-- | gcc/cse.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1772,7 +1772,7 @@ static void rehash_using_reg (x) rtx x; { - int i; + unsigned int i; struct table_elt *p, *next; unsigned hash; |