Commit f0348c25 by Richard Henderson Committed by Richard Henderson

expr.c (store_expr): Revert stray patch associated with 1998-05-23 commit.

	* expr.c (store_expr): Revert stray patch associated with
	1998-05-23 commit.

From-SVN: r20201
parent 4f4f436f
Tue Jun 2 22:46:08 1998 Richard Henderson <rth@cygnus.com>
* expr.c (store_expr): Revert stray patch associated with
1998-05-23 commit.
Tue Jun 2 21:59:01 1998 Richard Henderson <rth@cygnus.com> Tue Jun 2 21:59:01 1998 Richard Henderson <rth@cygnus.com>
* jump.c (rtx_unsafe_p): New function. * jump.c (rtx_unsafe_p): New function.
......
...@@ -3321,7 +3321,7 @@ store_expr (exp, target, want_value) ...@@ -3321,7 +3321,7 @@ store_expr (exp, target, want_value)
{ {
target = protect_from_queue (target, 1); target = protect_from_queue (target, 1);
if (GET_MODE (temp) != GET_MODE (target) if (GET_MODE (temp) != GET_MODE (target)
&& GET_MODE (target) != VOIDmode) && GET_MODE (temp) != VOIDmode)
{ {
int unsignedp = TREE_UNSIGNED (TREE_TYPE (exp)); int unsignedp = TREE_UNSIGNED (TREE_TYPE (exp));
if (dont_return_target) if (dont_return_target)
......
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