aboutsummaryrefslogtreecommitdiff
path: root/gcc/local-alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/local-alloc.c')
-rw-r--r--gcc/local-alloc.c3
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);