From edc2a478336ab652153fa04ae16eca5a2716831c Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 13 Dec 2002 00:17:22 +0000 Subject: * c-decl.c: Fix a comment typo. * cfg.c: Likewise. * cfgcleanup.c: Likewise. * cfglayout.c: Likewise. * cfgrtl.c: Likewise. * c-typeck.c: Likewise. * dominance.c: Likewise. * dwarf2asm.c: Likewise. * dwarfout.c: Likewise. * expmed.c: Likewise. * expr.c: Likewise. * final.c: Likewise. * flow.c: Likewise. * function.c: Likewise. * gcc.c: Likewise. * genautomata.c: Likewise. * integrate.c: Likewise. * loop.c: Likewise. * loop.h: Likewise. * output.h: Likewise. * profile.c: Likewise. * ra.h: Likewise. * reload1.c: Likewise. * reload.c: Likewise. * sched-rgn.c: Likewise. * stmt.c: Likewise. * tree.h: Likewise. * vmsdbgout.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60085 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/loop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/loop.h') diff --git a/gcc/loop.h b/gcc/loop.h index d5fe0436dad..362013f3978 100644 --- a/gcc/loop.h +++ b/gcc/loop.h @@ -248,7 +248,7 @@ struct loop_reg During code motion, a negative value indicates a reg that has been made a candidate; in particular -2 means that it is an candidate that we know is equal to a constant and -1 means that - it is an candidate not known equal to a constant. After code + it is a candidate not known equal to a constant. After code motion, regs moved have 0 (which is accurate now) while the failed candidates have the original number of times set. -- cgit v1.2.1