From fae81b385b8b6dc357a802edfe8082817acfdc27 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 28 Dec 2001 23:03:33 +0000 Subject: [PATCH] * doc/md.texi: Add @findex define_insn_and_split. From-SVN: r48355 --- gcc/ChangeLog | 4 ++++ gcc/doc/md.texi | 1 + 2 files changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c81563f79ec..b9905441156 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-12-28 Kazu Hirata + + * doc/md.texi: Add @findex define_insn_and_split. + 2001-12-28 Hans Bohem * config/ia64/linux.h (MD_FALLBACK_FRAME_STATE_FOR): New. diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 7c27220bc3e..86fc8a525dc 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -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: -- 2.30.2