* combine.c (try_combine): Fix a typo.

From-SVN: r33837
This commit is contained in:
Kazu Hirata 2000-05-11 05:54:47 +00:00 committed by Jeff Law
parent d2ba6dcff5
commit 02359929a6
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2000-05-10 Kazu Hirata <kazu@hxi.com>
* combine.c (try_combine): Fix a typo.
Wed May 10 21:31:44 2000 Jim Wilson <wilson@cygnus.com>
* config/ia64/ia64.md (insv): Add comment.

View file

@ -1480,7 +1480,7 @@ try_combine (i3, i2, i1, new_direct_jump_p)
register rtx i3, i2, i1;
register int *new_direct_jump_p;
{
/* New patterns for I3 and I3, respectively. */
/* New patterns for I3 and I2, respectively. */
rtx newpat, newi2pat = 0;
/* Indicates need to preserve SET in I1 or I2 in I3 if it is not dead. */
int added_sets_1, added_sets_2;