diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-09-28 15:19:55 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-09-28 15:19:55 -0400 |
commit | d22d5f3433c43d2051725894d106e65785a08afa (patch) | |
tree | 2c216fcec1c74059b0a70c1768131fe1c39756e0 /gcc/regclass.c | |
parent | 823a28aa77fff51880e92db9473ae015a2128ab5 (diff) | |
download | gcc-d22d5f3433c43d2051725894d106e65785a08afa.tar.gz |
Fix typo in comment.
From-SVN: r10413
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; |