diff options
Diffstat (limited to 'gcc/local-alloc.c')
-rw-r--r-- | gcc/local-alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/local-alloc.c b/gcc/local-alloc.c index 0d6d908..33e5a29 100644 --- a/gcc/local-alloc.c +++ b/gcc/local-alloc.c @@ -1415,7 +1415,7 @@ block_alloc (int b) /* Avoid making a call-saved register unnecessarily clobbered. */ - hard_reg = get_hard_reg_initial_reg (cfun, r1); + hard_reg = get_hard_reg_initial_reg (r1); if (hard_reg != NULL_RTX) { if (REG_P (hard_reg) |