mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-21 02:59:05 +08:00
* combine.c (can_combine_p): Fix a comment typo.
From-SVN: r48712
This commit is contained in:
parent
766c7ad1b0
commit
d2604ae914
@ -1,3 +1,7 @@
|
||||
2002-01-10 Kazu Hirata <kazu@hxi.com>
|
||||
|
||||
* combine.c (can_combine_p): Fix a comment typo.
|
||||
|
||||
2002-01-09 Zack Weinberg <zack@codesourcery.com>
|
||||
|
||||
* Makefile.in (s-gencheck, s-options, s-specs): Handle an
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user