Commit 077c8ada by Steve Ellcey Committed by Steve Ellcey

pa.c (emit_move_sequence): Remove use of deleted variable flag_argument_noalias.

2010-04-12  Steve Ellcey  <sje@cup.hp.com>

	* config/pa/pa.c (emit_move_sequence): Remove use of
	deleted variable flag_argument_noalias.

From-SVN: r158242
parent e62e4922
2010-04-12 Steve Ellcey <sje@cup.hp.com>
* config/pa/pa.c (emit_move_sequence): Remove use of
deleted variable flag_argument_noalias.
2010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* config.gcc: Removed *-*-solaris2.7* from list of obsolete
......
......@@ -1714,12 +1714,8 @@ emit_move_sequence (rtx *operands, enum machine_mode mode, rtx scratch_reg)
/* Set the register pointer flag and register alignment
if the declaration for this memory reference is a
pointer type. Fortran indirect argument references
are ignored. */
if (decl
&& !(flag_argument_noalias > 1
&& TREE_CODE (decl) == INDIRECT_REF
&& TREE_CODE (TREE_OPERAND (decl, 0)) == PARM_DECL))
pointer type. */
if (decl)
{
tree type;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment