diff options
Diffstat (limited to 'gcc/loop.c')
-rw-r--r-- | gcc/loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/loop.c b/gcc/loop.c index 74851265501..c4d2779a18c 100644 --- a/gcc/loop.c +++ b/gcc/loop.c @@ -2254,7 +2254,7 @@ move_movables (struct loop *loop, struct loop_movables *movables, and prevent further processing of it. */ m1->done = 1; - /* if library call, delete all insns. */ + /* If library call, delete all insns. */ if ((temp = find_reg_note (m1->insn, REG_RETVAL, NULL_RTX))) delete_insn_chain (XEXP (temp, 0), m1->insn); |