diff options
author | Richard Henderson <rth@cygnus.com> | 1998-06-02 15:48:51 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1998-06-02 15:48:51 -0700 |
commit | f0348c25246aea4839fb511a38d07cebd50ddad0 (patch) | |
tree | 4bc6d854db9abe6dd20f526162f0794f7107b916 /gcc/expr.c | |
parent | 4f4f436f0784431645c407e93fafcc6017a77e5c (diff) | |
download | gcc-f0348c25246aea4839fb511a38d07cebd50ddad0.zip gcc-f0348c25246aea4839fb511a38d07cebd50ddad0.tar.gz gcc-f0348c25246aea4839fb511a38d07cebd50ddad0.tar.bz2 |
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
Diffstat (limited to 'gcc/expr.c')
-rw-r--r-- | gcc/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |