* doc/md.texi: Add @findex define_insn_and_split.
authorKazu Hirata <kazu@hxi.com>
Fri, 28 Dec 2001 23:03:33 +0000 (23:03 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 28 Dec 2001 23:03:33 +0000 (23:03 +0000)
From-SVN: r48355

gcc/ChangeLog
gcc/doc/md.texi

index c81563f79ec56a23157fb1079e5343e61ea43c8d..b9905441156be3b44543171366e5fdc81174dba3 100644 (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.
index 7c27220bc3e31ed1c80df3e799541f0378f5ae91..86fc8a525dcf67d71f851339356c98b0a9a1b6b8 100644 (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: