diff options
Diffstat (limited to 'gcc/builtins.c')
-rw-r--r-- | gcc/builtins.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/builtins.c b/gcc/builtins.c index 372c0c2..3c4268f 100644 --- a/gcc/builtins.c +++ b/gcc/builtins.c @@ -2068,7 +2068,7 @@ powi_cost (HOST_WIDE_INT n) } } - return result + powi_lookup_cost (n, cache); + return result + powi_lookup_cost (val, cache); } /* Recursive subroutine of expand_powi. This function takes the array, |