diff options
author | Kazu Hirata <kazu@hxi.com> | 2002-01-10 07:37:51 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-01-10 07:37:51 +0000 |
commit | d2604ae914df682c21edd03fa7968d35db25030e (patch) | |
tree | 314e78064e28d771d97f853bf0daf3789dce1f23 /gcc/combine.c | |
parent | 766c7ad1b0d8cb333f74a0803d05db67e78934cf (diff) | |
download | gcc-d2604ae914df682c21edd03fa7968d35db25030e.zip gcc-d2604ae914df682c21edd03fa7968d35db25030e.tar.gz gcc-d2604ae914df682c21edd03fa7968d35db25030e.tar.bz2 |
* combine.c (can_combine_p): Fix a comment typo.
From-SVN: r48712
Diffstat (limited to 'gcc/combine.c')
-rw-r--r-- | gcc/combine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/combine.c b/gcc/combine.c index d640bc4..1215a65 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -950,7 +950,7 @@ can_combine_p (insn, i3, pred, succ, pdest, psrc) for the SH4 port. */ case USE: /* Combining an isolated USE doesn't make sense. - We depend here on combinable_i3_pat to reject them. */ + We depend here on combinable_i3pat to reject them. */ /* The code below this loop only verifies that the inputs of the SET in INSN do not change. We call reg_set_between_p to verify that the REG in the USE does not change between |