diff options
Diffstat (limited to 'gcc/regrename.c')
| -rw-r--r-- | gcc/regrename.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/regrename.c b/gcc/regrename.c index 8042f6b..c55f9c4 100644 --- a/gcc/regrename.c +++ b/gcc/regrename.c @@ -1453,7 +1453,7 @@ replace_oldest_value_addr (rtx *loc, enum reg_class cl, rtx op1 = orig_op1; rtx *locI = NULL; rtx *locB = NULL; - enum rtx_code index_code; + enum rtx_code index_code = SCRATCH; if (GET_CODE (op0) == SUBREG) { |
