tm.texi.in (Cond Exec Macros): Remove node.
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 16 Sep 2013 18:20:32 +0000 (18:20 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Mon, 16 Sep 2013 18:20:32 +0000 (18:20 +0000)
* doc/tm.texi.in (Cond Exec Macros): Remove node.
(Condition Code): Don't reference it.
* doc/tm.texi: Regenerate.

From-SVN: r202634

gcc/ChangeLog
gcc/doc/tm.texi
gcc/doc/tm.texi.in

index 1ad84831aad53ff76d9320358100ca0fdfb4a96e..1758f6eec51f98838d63fd3bfafe0d95cc7de41d 100644 (file)
@@ -1,3 +1,9 @@
+2013-09-16  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * doc/tm.texi.in (Cond Exec Macros): Remove node.
+       (Condition Code): Don't reference it.
+       * doc/tm.texi: Regenerate.
+
 2013-09-16  Vladimir Makarov  <vmakarov@redhat.com>
 
        PR middle-end/58418
index a7ab95ad9e2e149b7e1dbb8a16f4632910b8c4f3..8d220f31b5181c9049e9bca67f1e959cbad215ba 100644 (file)
@@ -5896,7 +5896,6 @@ interested in most macros in this section.
 @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 @@ same.  If they are, it returns that mode.  If they are different, it
 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 fdc392556f36f1c7263529dc0eb600967dfb5693..863e843af3d91b8cd78e236b077a01aa2fcc3932 100644 (file)
@@ -4496,7 +4496,6 @@ interested in most macros in this section.
 @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 @@ like:
 
 @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