From f0348c25246aea4839fb511a38d07cebd50ddad0 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 2 Jun 1998 15:48:51 -0700 Subject: 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 --- gcc/expr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/expr.c') diff --git a/gcc/expr.c b/gcc/expr.c index 3370b5d..1fea726 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -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) -- cgit v1.1