]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/config/mips/mips.h
(RETURN_IN_MEMORY): Delete struct and union references.
[gcc.git] / gcc / config / mips / mips.h
index d56a8bf954b69cfea73a641b611cdc1cb7f44045..2e67e6359186d9b128c01ec82f0b0499345d4f44 100644 (file)
@@ -1769,9 +1769,7 @@ extern struct mips_frame_info current_frame_info;
    to give us MIPS cc compatibility.  */
 
 #define RETURN_IN_MEMORY(TYPE) \
-  ((TYPE_MODE (TYPE) == BLKmode) \
-   || (TREE_CODE (TYPE) == RECORD_TYPE) || (TREE_CODE (TYPE) == UNION_TYPE))
-
+  (TYPE_MODE (TYPE) == BLKmode)
 \f
 /* A code distinguishing the floating point format of the target
    machine.  There are three defined values: IEEE_FLOAT_FORMAT,
This page took 0.032065 seconds and 5 git commands to generate.