function.c (assign_parm_remove_parallels): New.
authorDaniel Jacobowitz <dan@codesourcery.com>
Tue, 1 Jul 2008 20:49:40 +0000 (20:49 +0000)
committerDaniel Jacobowitz <drow@gcc.gnu.org>
Tue, 1 Jul 2008 20:49:40 +0000 (20:49 +0000)
commit4d2a9850cf9af014fd058118ecc8eafa72456f30
tree1aa92657c6dd16fdbe1442fbe6606da02e7eed9f
parentf83c7f631f959a5c1189527e90c065b68cdacd4d
function.c (assign_parm_remove_parallels): New.

* function.c (assign_parm_remove_parallels): New.
(assign_parm_setup_block_p): Do not return true for non-BLKmode
PARALLELs.
(assign_parm_setup_block): Do not handle them.
(assign_parm_setup_reg, assign_parm_setup_stack): Call
assign_parm_remove_parallels.

From-SVN: r137326
gcc/ChangeLog
gcc/function.c