diff options
Diffstat (limited to 'gcc/optabs.c')
-rw-r--r-- | gcc/optabs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c index a605afd..d9346e5 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.c @@ -4071,7 +4071,7 @@ emit_cmp_and_jump_insns (rtx x, rtx y, enum rtx_code comparison, rtx size, { /* If we're not emitting a branch, callers are required to pass operands in an order conforming to canonical RTL. We relax this - for commutative comparsions so callers using EQ don't need to do + for commutative comparisons so callers using EQ don't need to do swapping by hand. */ gcc_assert (label || (comparison == swap_condition (comparison))); |