summaryrefslogtreecommitdiff
path: root/gcc/flow.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-28 18:17:54 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-28 18:17:54 +0000
commit00e0eb3d90d4fc8e763b5b292ef89f2d9efe6ca2 (patch)
tree05a889a6042079b20e46951152a0ee63b983eef5 /gcc/flow.c
parent31912dc23f52d7fd98fdfbce8b3f4be3bf661b9c (diff)
downloadgcc-00e0eb3d90d4fc8e763b5b292ef89f2d9efe6ca2.tar.gz
* except.c: Fix comment formatting.
* flags.h: Likewise. * flow.c: Likewise. * predict.c: Likewise. * simplify-rtx.c: Likewise. * system.h: Likewise. * vmsdbg.h: Likewise. * vmsdbgout.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48349 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/flow.c')
-rw-r--r--gcc/flow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/flow.c b/gcc/flow.c
index 17f8277f4f4..1f6b748eb60 100644
--- a/gcc/flow.c
+++ b/gcc/flow.c
@@ -1377,7 +1377,7 @@ initialize_uninitialized_subregs ()
Its preferable to have an instance of the register's rtl since
there may be various flags set which we need to duplicate.
If we can't find it, its probably an automatic whose initial
- value doesn't matter, or hopefully something we don't care about. */
+ value doesn't matter, or hopefully something we don't care about. */
for (i = get_insns (); i && INSN_UID (i) != uid; i = NEXT_INSN (i))
;
if (i != NULL_RTX)