diff options
Diffstat (limited to 'gcc/simplify-rtx.c')
-rw-r--r-- | gcc/simplify-rtx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/simplify-rtx.c b/gcc/simplify-rtx.c index ffa87cd..10a9047 100644 --- a/gcc/simplify-rtx.c +++ b/gcc/simplify-rtx.c @@ -3148,7 +3148,7 @@ simplify_subreg (enum machine_mode outermode, rtx op, pretend this is actually an integer. */ innermode = mode_for_size (HOST_BITS_PER_WIDE_INT, MODE_INT, 0); - /* FALLTHROUGH */ + /* Fall through. */ case CONST_INT: if (GET_CODE (op) == CONST_INT) val = INTVAL (op); |