diff options
Diffstat (limited to 'gcc/genpreds.c')
-rw-r--r-- | gcc/genpreds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genpreds.c b/gcc/genpreds.c index 96f75bd..d18ebd2 100644 --- a/gcc/genpreds.c +++ b/gcc/genpreds.c @@ -74,7 +74,7 @@ validate_exp (rtx exp, const char *name, file_location loc) } } } - /* fall through */ + gcc_fallthrough (); /* These need no special checking. */ case MATCH_OPERAND: |