diff mbox

Remove empty node (gccint)Cond Exec Macros

Message ID 874n9k4ohd.fsf@igel.home
State New
Headers show

Commit Message

Andreas Schwab Sept. 16, 2013, 6:21 p.m. UTC
The description of the macro REVERSE_CONDEXEC_PREDICATES_P has been
removed from (gccint)Cond Exec Macros in r188983, but the now
effectively empty node has been left behind.

Tested with make info and installed as obvious.

Andreas.

	* doc/tm.texi.in (Cond Exec Macros): Remove node.
	(Condition Code): Don't reference it.
	* doc/tm.texi: Regenerate.
diff mbox

Patch

Index: doc/tm.texi
===================================================================
--- doc/tm.texi	(revision 202633)
+++ doc/tm.texi	(working copy)
@@ -5896,7 +5896,6 @@ 
 @menu
 * CC0 Condition Codes::      Old style representation of condition codes.
 * MODE_CC Condition Codes::  Modern representation of condition codes.
-* Cond Exec Macros::         Macros to control conditional execution.
 @end menu
 
 @node CC0 Condition Codes
@@ -6106,15 +6105,6 @@ 
 returns @code{VOIDmode}.
 @end deftypefn
 
-@node Cond Exec Macros
-@subsection Macros to control conditional execution
-@findex conditional execution
-@findex predication
-
-There is one macro that may need to be defined for targets
-supporting conditional execution, independent of how they
-represent conditional branches.
-
 @node Costs
 @section Describing Relative Costs of Operations
 @cindex costs of instructions
Index: doc/tm.texi.in
===================================================================
--- doc/tm.texi.in	(revision 202633)
+++ doc/tm.texi.in	(working copy)
@@ -4496,7 +4496,6 @@ 
 @menu
 * CC0 Condition Codes::      Old style representation of condition codes.
 * MODE_CC Condition Codes::  Modern representation of condition codes.
-* Cond Exec Macros::         Macros to control conditional execution.
 @end menu
 
 @node CC0 Condition Codes
@@ -4662,15 +4661,6 @@ 
 
 @hook TARGET_CC_MODES_COMPATIBLE
 
-@node Cond Exec Macros
-@subsection Macros to control conditional execution
-@findex conditional execution
-@findex predication
-
-There is one macro that may need to be defined for targets
-supporting conditional execution, independent of how they
-represent conditional branches.
-
 @node Costs
 @section Describing Relative Costs of Operations
 @cindex costs of instructions