tm.texi.in (TARGET_FLAGS_REGNUM): Move around.
authorEric Botcazou <ebotcazou@adacore.com>
Sun, 16 Nov 2014 15:49:37 +0000 (15:49 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 16 Nov 2014 15:49:37 +0000 (15:49 +0000)
* doc/tm.texi.in (TARGET_FLAGS_REGNUM): Move around.
* doc/tm.texi: Regenerate.

From-SVN: r217628

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

index 747264ce9b2e2491a9c183fcb32c1441813ae894..69bed229701cb5ac6d918471644253c61dccf289 100644 (file)
@@ -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>
 
        * config/sh/sh.c: Do not include algorithm.
index 8d137f5cf1e2819283cb24b11ee0f37c758f78f5..3cd137f30babb310db07d1ba978e529c2bdad73b 100644 (file)
@@ -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.
 @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
 @subsection How Scalar Function Values Are Returned
 @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}.
 @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
 @section Describing Relative Costs of Operations
 @cindex costs of instructions
index 7c58a323c6daecc219d8eeb92ca6a9f42a5d09af..7bb5cca14f6de2a53aa41151af55312c9b0ef4b1 100644 (file)
@@ -3508,8 +3508,6 @@ stack.
 
 @hook TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P
 
-@hook TARGET_FLAGS_REGNUM
-
 @node Scalar Return
 @subsection How Scalar Function Values Are Returned
 @cindex return values in registers
@@ -4496,6 +4494,8 @@ like:
 
 @hook TARGET_CC_MODES_COMPATIBLE
 
+@hook TARGET_FLAGS_REGNUM
+
 @node Costs
 @section Describing Relative Costs of Operations
 @cindex costs of instructions