* doc/md.texi: Add @findex define_insn_and_split.

From-SVN: r48355
This commit is contained in:
Kazu Hirata 2001-12-28 23:03:33 +00:00 committed by Kazu Hirata
parent 7b0295ab20
commit fae81b385b
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-12-28 Kazu Hirata <kazu@hxi.com>
* doc/md.texi: Add @findex define_insn_and_split.
2001-12-28 Hans Bohem <hans_boehm@hp.com>
* config/ia64/linux.h (MD_FALLBACK_FRAME_STATE_FOR): New.

View File

@ -3876,6 +3876,7 @@ it was an simple conditional jump, @minus{}1 otherwise. To simplify
recomputing of edge frequencies, new sequence is required to have only
forward jumps to the newly created labels.
@findex define_insn_and_split
For the common case where the pattern of a define_split exactly matches the
pattern of a define_insn, use @code{define_insn_and_split}. It looks like
this: