diff options
Diffstat (limited to 'gcc/alias.c')
-rw-r--r-- | gcc/alias.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/alias.c b/gcc/alias.c index c5e6417..af482ee 100644 --- a/gcc/alias.c +++ b/gcc/alias.c @@ -2869,7 +2869,7 @@ init_alias_analysis (void) memset (new_reg_base_value, 0, maxreg * sizeof (rtx)); /* Wipe the reg_seen array clean. */ - sbitmap_zero (reg_seen); + bitmap_clear (reg_seen); /* Mark all hard registers which may contain an address. The stack, frame and argument pointers may contain an address. |