* function.c (expand_function_end): Handle PARALLEL real_decl_rtl.
From-SVN: r41361
+2001-04-15 Jim Wilson <wilson@redhat.com>
+
+ * function.c (expand_function_end): Handle PARALLEL real_decl_rtl.
+
Sat Apr 14 16:24:19 CEST 2001 Jan Hubicka <jh@suse.cz>
* i386.md (ashldi3_1_rex64): Add 'J' to the constraints
convert_move (real_decl_rtl, decl_rtl, unsignedp);
}
+ else if (GET_CODE (real_decl_rtl) == PARALLEL)
+ emit_group_load (real_decl_rtl, decl_rtl,
+ int_size_in_bytes (TREE_TYPE (decl_result)),
+ TYPE_ALIGN (TREE_TYPE (decl_result)));
else
emit_move_insn (real_decl_rtl, decl_rtl);