aboutsummaryrefslogtreecommitdiff
path: root/gcc/combine.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@hxi.com>2000-05-11 05:54:47 +0000
committerJeff Law <law@gcc.gnu.org>2000-05-10 23:54:47 -0600
commit02359929a645fc983957b0f6d671cbf88d7a9ad2 (patch)
tree0c51132c54821c120834473605ae2832e5d1e59a /gcc/combine.c
parentd2ba6dcff5dc590c7cc7f230d2826fde0c005d79 (diff)
downloadgcc-02359929a645fc983957b0f6d671cbf88d7a9ad2.zip
gcc-02359929a645fc983957b0f6d671cbf88d7a9ad2.tar.gz
gcc-02359929a645fc983957b0f6d671cbf88d7a9ad2.tar.bz2
* combine.c (try_combine): Fix a typo.
From-SVN: r33837
Diffstat (limited to 'gcc/combine.c')
-rw-r--r--gcc/combine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/combine.c b/gcc/combine.c
index 6c14228..5d0806d 100644
--- a/gcc/combine.c
+++ b/gcc/combine.c
@@ -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;