tm.texi (TARGET_STRUCT_VALUE_RTX): Document new value 2 for incoming.
[gcc.git] / gcc / function.c
index 2e9aec05c82d7a2908e6abc161a33271da56a286..3becef3183d80ba6c5d30f53394b7f022e766938 100644 (file)
@@ -4120,7 +4120,7 @@ expand_function_start (tree subr)
       else
 #endif
        {
-         rtx sv = targetm.calls.struct_value_rtx (TREE_TYPE (subr), 1);
+         rtx sv = targetm.calls.struct_value_rtx (TREE_TYPE (subr), 2);
          /* Expect to be passed the address of a place to store the value.
             If it is passed as an argument, assign_parms will take care of
             it.  */