Commit 339cb12e by Andrew MacLeod Committed by Andrew Macleod

ia64.c (rtx_needs_barrier): Call rtx_needs_barrier for RETURNS as well.

2001-05-14  Andrew MacLeod  <amacleod@redhat.com>

	* config/ia64/ia64.c (rtx_needs_barrier): Call rtx_needs_barrier
	for RETURNS as well.

From-SVN: r42077
parent 12769990
2001-05-14 Andrew MacLeod <amacleod@redhat.com>
* config/ia64/ia64.c (rtx_needs_barrier): Call rtx_needs_barrier
for RETURNS as well.
2001-05-14 Nick Clifton <nickc@cambridge.redhat.com>
* decl.c (duplicate_decls): Suppress warning about duplicate
......
......@@ -4277,7 +4277,7 @@ rtx_needs_barrier (x, flags, pred)
pred);
}
}
else if (GET_CODE (pat) == CLOBBER)
else if (GET_CODE (pat) == CLOBBER || GET_CODE (pat) == RETURN)
need_barrier |= rtx_needs_barrier (pat, flags, pred);
}
break;
......
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