diff options
Diffstat (limited to 'gcc/local-alloc.c')
-rw-r--r-- | gcc/local-alloc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/local-alloc.c b/gcc/local-alloc.c index b7aade2..3235172 100644 --- a/gcc/local-alloc.c +++ b/gcc/local-alloc.c @@ -628,6 +628,9 @@ contains_replace_regs (x, reg_equiv_replace) case REG: return reg_equiv_replace[REGNO (x)]; + + default: + break; } fmt = GET_RTX_FORMAT (code); |