From 155b92bfda4c5f44b42a1927affc74e481b256c6 Mon Sep 17 00:00:00 2001 From: kenner Date: Thu, 28 Sep 1995 19:19:55 +0000 Subject: Fix typo in comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10413 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/regclass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/regclass.c') diff --git a/gcc/regclass.c b/gcc/regclass.c index d52b6388201..9b9a4d50ec7 100644 --- a/gcc/regclass.c +++ b/gcc/regclass.c @@ -1679,7 +1679,7 @@ int *regno_last_note_uid; static int highest_regno_in_uid_map; /* Maximum number of parallel sets and clobbers in any insn in this fn. - Always at least 3, since the combiner could put that many togetherm + Always at least 3, since the combiner could put that many together and we want this to remain correct for all the remaining passes. */ int max_parallel; -- cgit v1.2.1