aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/tm.texi
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2013-09-16 18:20:32 +0000
committerAndreas Schwab <schwab@gcc.gnu.org>2013-09-16 18:20:32 +0000
commit4f3da2e572f9a60b7a6531376afe2e7ca41833ab (patch)
tree500836aee56c8fb79a499efee8dbcd9b2cfe903e /gcc/doc/tm.texi
parent0ebdf3ae98f374c2270d92b19d6d3465422fbe4f (diff)
downloadgcc-4f3da2e572f9a60b7a6531376afe2e7ca41833ab.zip
gcc-4f3da2e572f9a60b7a6531376afe2e7ca41833ab.tar.gz
gcc-4f3da2e572f9a60b7a6531376afe2e7ca41833ab.tar.bz2
tm.texi.in (Cond Exec Macros): Remove node.
* doc/tm.texi.in (Cond Exec Macros): Remove node. (Condition Code): Don't reference it. * doc/tm.texi: Regenerate. From-SVN: r202634
Diffstat (limited to 'gcc/doc/tm.texi')
-rw-r--r--gcc/doc/tm.texi10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index a7ab95a..8d220f3 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -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