diff options
Diffstat (limited to 'gcc/rtlanal.c')
-rw-r--r-- | gcc/rtlanal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c index 0a0d4d4..059fe9e 100644 --- a/gcc/rtlanal.c +++ b/gcc/rtlanal.c @@ -99,7 +99,7 @@ rtx_unstable_p (rtx x) if (MEM_VOLATILE_P (x)) return 1; - /* FALLTHROUGH */ + /* Fall through. */ default: break; @@ -189,7 +189,7 @@ rtx_varies_p (rtx x, int for_alias) if (MEM_VOLATILE_P (x)) return 1; - /* FALLTHROUGH */ + /* Fall through. */ default: break; |