summaryrefslogtreecommitdiff
path: root/gcc/unroll.c
diff options
context:
space:
mode:
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2001-09-11 00:20:23 +0000
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2001-09-11 00:20:23 +0000
commitdae39efcde3ab87345506472eb92e2745f4e8536 (patch)
treedd9f563a9189153b8e7a2d3d71c2577e726d60f8 /gcc/unroll.c
parenta803096302aeff495fe604df57d4cb56930835c5 (diff)
downloadgcc-dae39efcde3ab87345506472eb92e2745f4e8536.tar.gz
* dbxout.c (dbxout_parms): Fix typo in comment.
* unroll.c (loop_find_equiv_value): Ditto. * toplev.c (rest_of_compilation): Ditto. * loop.c (scan_loop): Ditto. (scan_loop): Ditto. * dwarf2out.c (struct dw_fde_struct): Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45531 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/unroll.c')
-rw-r--r--gcc/unroll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/unroll.c b/gcc/unroll.c
index 08d60d475b3..bf0c607dffc 100644
--- a/gcc/unroll.c
+++ b/gcc/unroll.c
@@ -3352,7 +3352,7 @@ final_giv_value (loop, v)
return 0;
}
-/* Look back before LOOP->START for then insn that sets REG and return
+/* Look back before LOOP->START for the insn that sets REG and return
the equivalent constant if there is a REG_EQUAL note otherwise just
the SET_SRC of REG. */