* expr.c (store_expr): Revert stray patch associated with
1998-05-23 commit.
From-SVN: r20201
+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.
{
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)