diff options
Diffstat (limited to 'gcc/local-alloc.c')
-rw-r--r-- | gcc/local-alloc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/local-alloc.c b/gcc/local-alloc.c index f3caba4..6524f6c 100644 --- a/gcc/local-alloc.c +++ b/gcc/local-alloc.c @@ -538,7 +538,7 @@ equiv_init_varies_p (rtx x) if (MEM_VOLATILE_P (x)) return 1; - /* FALLTHROUGH */ + /* Fall through. */ default: break; @@ -603,7 +603,7 @@ equiv_init_movable_p (rtx x, int regno) if (MEM_VOLATILE_P (x)) return 0; - /* FALLTHROUGH */ + /* Fall through. */ default: break; @@ -2412,7 +2412,7 @@ requires_inout (const char *p) if (REG_CLASS_FROM_CONSTRAINT (c, p) == NO_REGS && !EXTRA_ADDRESS_CONSTRAINT (c, p)) break; - /* FALLTHRU */ + /* Fall through. */ case 'p': case 'g': case 'r': reg_allowed = 1; |