diff options
Diffstat (limited to 'gcc/ifcvt.c')
-rw-r--r-- | gcc/ifcvt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ifcvt.c b/gcc/ifcvt.c index fcbc645..da9c003 100644 --- a/gcc/ifcvt.c +++ b/gcc/ifcvt.c @@ -560,7 +560,7 @@ noce_emit_store_flag (if_info, x, reversep, normalize) || code == GEU || code == GTU), normalize); } -/* Emit instruction to move a rtx into STRICT_LOW_PART. */ +/* Emit instruction to move an rtx into STRICT_LOW_PART. */ static void noce_emit_move_insn (x, y) rtx x, y; |