]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
expr.c (store_expr): Revert stray patch associated with 1998-05-23 commit.
authorRichard Henderson <rth@cygnus.com>
Tue, 2 Jun 1998 22:48:51 +0000 (15:48 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 2 Jun 1998 22:48:51 +0000 (15:48 -0700)
* expr.c (store_expr): Revert stray patch associated with
1998-05-23 commit.

From-SVN: r20201

gcc/ChangeLog
gcc/expr.c

index e09d852e68d9978e61faa6aeae4e20cb86736665..1da6c5bcc437372c85d4a534dc8e92d947527869 100644 (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.
index 3370b5d889132fcda07a3663af87f4391a13df04..1fea7263671c980eb7fffdad28474b2561a6226a 100644 (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)