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
This commit is contained in:
Richard Henderson 1998-06-02 15:48:51 -07:00 committed by Richard Henderson
parent 4f4f436f07
commit f0348c2524
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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>
* jump.c (rtx_unsafe_p): New function.

View file

@ -3321,7 +3321,7 @@ store_expr (exp, target, want_value)
{
target = protect_from_queue (target, 1);
if (GET_MODE (temp) != GET_MODE (target)
&& GET_MODE (target) != VOIDmode)
&& GET_MODE (temp) != VOIDmode)
{
int unsignedp = TREE_UNSIGNED (TREE_TYPE (exp));
if (dont_return_target)