tm.texi.in (TARGET_FLAGS_REGNUM): Move around.
* doc/tm.texi.in (TARGET_FLAGS_REGNUM): Move around. * doc/tm.texi: Regenerate. From-SVN: r217628
This commit is contained in:
parent
d7134c0eb5
commit
8f048116bf
3 changed files with 11 additions and 6 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2014-11-16 Eric Botcazou <ebotcazou@adacore.com>
|
||||||
|
|
||||||
|
* doc/tm.texi.in (TARGET_FLAGS_REGNUM): Move around.
|
||||||
|
* doc/tm.texi: Regenerate.
|
||||||
|
|
||||||
2014-11-16 Uros Bizjak <ubizjak@gmail.com>
|
2014-11-16 Uros Bizjak <ubizjak@gmail.com>
|
||||||
|
|
||||||
* config/sh/sh.c: Do not include algorithm.
|
* config/sh/sh.c: Do not include algorithm.
|
||||||
|
|
|
@ -4252,10 +4252,6 @@ to return a nonzero value when it is required, the compiler will run out
|
||||||
of spill registers and print a fatal error message.
|
of spill registers and print a fatal error message.
|
||||||
@end deftypefn
|
@end deftypefn
|
||||||
|
|
||||||
@deftypevr {Target Hook} {unsigned int} TARGET_FLAGS_REGNUM
|
|
||||||
If the target has a dedicated flags register, and it needs to use the post-reload comparison elimination pass, then this value should be set appropriately.
|
|
||||||
@end deftypevr
|
|
||||||
|
|
||||||
@node Scalar Return
|
@node Scalar Return
|
||||||
@subsection How Scalar Function Values Are Returned
|
@subsection How Scalar Function Values Are Returned
|
||||||
@cindex return values in registers
|
@cindex return values in registers
|
||||||
|
@ -6040,6 +6036,10 @@ same. If they are, it returns that mode. If they are different, it
|
||||||
returns @code{VOIDmode}.
|
returns @code{VOIDmode}.
|
||||||
@end deftypefn
|
@end deftypefn
|
||||||
|
|
||||||
|
@deftypevr {Target Hook} {unsigned int} TARGET_FLAGS_REGNUM
|
||||||
|
If the target has a dedicated flags register, and it needs to use the post-reload comparison elimination pass, then this value should be set appropriately.
|
||||||
|
@end deftypevr
|
||||||
|
|
||||||
@node Costs
|
@node Costs
|
||||||
@section Describing Relative Costs of Operations
|
@section Describing Relative Costs of Operations
|
||||||
@cindex costs of instructions
|
@cindex costs of instructions
|
||||||
|
|
|
@ -3508,8 +3508,6 @@ stack.
|
||||||
|
|
||||||
@hook TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P
|
@hook TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P
|
||||||
|
|
||||||
@hook TARGET_FLAGS_REGNUM
|
|
||||||
|
|
||||||
@node Scalar Return
|
@node Scalar Return
|
||||||
@subsection How Scalar Function Values Are Returned
|
@subsection How Scalar Function Values Are Returned
|
||||||
@cindex return values in registers
|
@cindex return values in registers
|
||||||
|
@ -4496,6 +4494,8 @@ like:
|
||||||
|
|
||||||
@hook TARGET_CC_MODES_COMPATIBLE
|
@hook TARGET_CC_MODES_COMPATIBLE
|
||||||
|
|
||||||
|
@hook TARGET_FLAGS_REGNUM
|
||||||
|
|
||||||
@node Costs
|
@node Costs
|
||||||
@section Describing Relative Costs of Operations
|
@section Describing Relative Costs of Operations
|
||||||
@cindex costs of instructions
|
@cindex costs of instructions
|
||||||
|
|
Loading…
Add table
Reference in a new issue