diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-09-28 19:19:55 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-09-28 19:19:55 +0000 |
commit | 155b92bfda4c5f44b42a1927affc74e481b256c6 (patch) | |
tree | 2c216fcec1c74059b0a70c1768131fe1c39756e0 /gcc/regclass.c | |
parent | 961c7e35b5d3b2561ce600dc0df80e52bf15a8cb (diff) | |
download | gcc-155b92bfda4c5f44b42a1927affc74e481b256c6.tar.gz |
Fix typo in comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10413 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/regclass.c')
-rw-r--r-- | gcc/regclass.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |