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 7c05e0fc01a..d0f1c0685ca 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -8072,7 +8072,7 @@ fold_truth_andor (location_t loc, enum tree_code code, tree type, return fold_build2_loc (loc, icode, type, TREE_OPERAND (arg0, 0), tem); } - /* Same as abouve but for (A AND[-IF] (B AND-IF C)) -> ((A AND B) AND-IF C), + /* Same as above but for (A AND[-IF] (B AND-IF C)) -> ((A AND B) AND-IF C), or (A OR[-IF] (B OR-IF C) -> ((A OR B) OR-IF C). */ else if (TREE_CODE (arg1) == icode && simple_operand_p_2 (arg0) |