Commit d2604ae9 by Kazu Hirata Committed by Kazu Hirata

* combine.c (can_combine_p): Fix a comment typo.

From-SVN: r48712
parent 766c7ad1
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment