summaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r--gcc/fold-const.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c
index b5a3d397222..634894390e6 100644
--- a/gcc/fold-const.c
+++ b/gcc/fold-const.c
@@ -4626,7 +4626,7 @@ fold (expr)
/* For NE, we can only do this simplification if integer. */
if (! INTEGRAL_TYPE_P (TREE_TYPE (arg0)))
break;
- /* ... fall through ... */
+ /* ... fall through ... */
case GT_EXPR:
case LT_EXPR:
t = build_int_2 (0, 0);