Commit 4f3da2e5 by Andreas Schwab Committed by Andreas Schwab

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
parent 0ebdf3ae
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> 2013-09-16 Vladimir Makarov <vmakarov@redhat.com>
PR middle-end/58418 PR middle-end/58418
......
...@@ -5896,7 +5896,6 @@ interested in most macros in this section. ...@@ -5896,7 +5896,6 @@ interested in most macros in this section.
@menu @menu
* CC0 Condition Codes:: Old style representation of condition codes. * CC0 Condition Codes:: Old style representation of condition codes.
* MODE_CC Condition Codes:: Modern representation of condition codes. * MODE_CC Condition Codes:: Modern representation of condition codes.
* Cond Exec Macros:: Macros to control conditional execution.
@end menu @end menu
@node CC0 Condition Codes @node CC0 Condition Codes
...@@ -6106,15 +6105,6 @@ same. If they are, it returns that mode. If they are different, it ...@@ -6106,15 +6105,6 @@ same. If they are, it returns that mode. If they are different, it
returns @code{VOIDmode}. returns @code{VOIDmode}.
@end deftypefn @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 @node Costs
@section Describing Relative Costs of Operations @section Describing Relative Costs of Operations
@cindex costs of instructions @cindex costs of instructions
......
...@@ -4496,7 +4496,6 @@ interested in most macros in this section. ...@@ -4496,7 +4496,6 @@ interested in most macros in this section.
@menu @menu
* CC0 Condition Codes:: Old style representation of condition codes. * CC0 Condition Codes:: Old style representation of condition codes.
* MODE_CC Condition Codes:: Modern representation of condition codes. * MODE_CC Condition Codes:: Modern representation of condition codes.
* Cond Exec Macros:: Macros to control conditional execution.
@end menu @end menu
@node CC0 Condition Codes @node CC0 Condition Codes
...@@ -4662,15 +4661,6 @@ like: ...@@ -4662,15 +4661,6 @@ like:
@hook TARGET_CC_MODES_COMPATIBLE @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 @node Costs
@section Describing Relative Costs of Operations @section Describing Relative Costs of Operations
@cindex costs of instructions @cindex costs of instructions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment