diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2002-10-27 14:47:55 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-10-27 14:47:55 +0000 |
commit | 3eae4643be652fff3b1756f4462e1941da58973d (patch) | |
tree | 64a1566fa3db7d5ae984e75042d42c81d8226d00 /gcc/loop.c | |
parent | e591c83de733b7de518e12d0298709c48311bad4 (diff) | |
download | gcc-3eae4643be652fff3b1756f4462e1941da58973d.zip gcc-3eae4643be652fff3b1756f4462e1941da58973d.tar.gz gcc-3eae4643be652fff3b1756f4462e1941da58973d.tar.bz2 |
combine.c: Fix comment formatting.
* combine.c: Fix comment formatting.
* loop.c: Likewise.
* real.c: Likewise.
* regclass.c: Likewise.
* regmove.c: Likewise.
* regrename.c: Likewise.
* reg-stack.c: Likewise.
* reload1.c: Likewise.
* reload.c: Likewise.
* reload.h: Likewise.
* unroll.c: Likewise.
From-SVN: r58583
Diffstat (limited to 'gcc/loop.c')
-rw-r--r-- | gcc/loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2475,7 +2475,7 @@ prescan_loop (loop) loop_info->first_loop_store_insn = NULL_RTX; loop_info->mems_idx = 0; loop_info->num_mem_sets = 0; - /* If loop opts run twice, this was set on 1st pass for 2nd. */ + /* If loop opts run twice, this was set on 1st pass for 2nd. */ loop_info->preconditioned = NOTE_PRECONDITIONED (end); for (insn = start; insn && GET_CODE (insn) != CODE_LABEL; |