]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
fr30.h (FUNCTION_VALUE): Remove the target-independent comment.
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 4 Feb 2004 05:53:20 +0000 (05:53 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 4 Feb 2004 05:53:20 +0000 (05:53 +0000)
* config/fr30/fr30.h (FUNCTION_VALUE): Remove the
target-independent comment.

From-SVN: r77220

gcc/ChangeLog
gcc/config/fr30/fr30.h

index fd9c7f074e38bd5421c4373e5932f3e673fe56e7..e67f9db0286ed136248e8fdf0f83920e08d18429 100644 (file)
@@ -1,3 +1,8 @@
+2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/fr30/fr30.h (FUNCTION_VALUE): Remove the
+       target-independent comment.
+
 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
 
        * doc/interface.texi, doc/tm.texi, doc/trouble.texi: Don't
index 902701dbd06686fab2c7c7b5d783e68d391340e5..2a4a886de45d6e037cf7134d56676f7da36b9507 100644 (file)
@@ -783,24 +783,6 @@ enum reg_class
 /*}}}*/ \f
 /*{{{  How Scalar Function Values are Returned.  */ 
 
-/* A C expression to create an RTX representing the place where a function
-   returns a value of data type VALTYPE.  VALTYPE is a tree node representing a
-   data type.  Write `TYPE_MODE (VALTYPE)' to get the machine mode used to
-   represent that type.  On many machines, only the mode is relevant.
-   (Actually, on most machines, scalar values are returned in the same place
-   regardless of mode).
-
-   If `PROMOTE_FUNCTION_RETURN' is defined, you must apply the same promotion
-   rules specified in `PROMOTE_MODE' if VALTYPE is a scalar type.
-
-   If the precise function being called is known, FUNC is a tree node
-   (`FUNCTION_DECL') for it; otherwise, FUNC is a null pointer.  This makes it
-   possible to use a different value-returning convention for specific
-   functions when all their calls are known.
-
-   `FUNCTION_VALUE' is not used for return vales with aggregate data types,
-   because these are returned in another way.  See `STRUCT_VALUE_REGNUM' and
-   related macros, below.  */
 #define FUNCTION_VALUE(VALTYPE, FUNC) \
      gen_rtx_REG (TYPE_MODE (VALTYPE), RETURN_VALUE_REGNUM)