diff options
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r-- | gcc/fold-const.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 5ead9fe86f4..b35d733e220 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -8222,7 +8222,7 @@ tree_expr_nonnegative_p (t) } } - /* ... fall through ... */ + /* ... fall through ... */ default: if (truth_value_p (TREE_CODE (t))) |