OSDN Git Service

* expr.c (expand_assignment): Delete unused variable.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Aug 2002 15:40:07 +0000 (15:40 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Aug 2002 15:40:07 +0000 (15:40 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55933 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/expr.c

index 42d40c9..17d453a 100644 (file)
@@ -1,3 +1,7 @@
+2002-08-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * expr.c (expand_assignment): Delete unused variable.
+
 2002-08-01  Toon Moene  <toon@moene.indiv.nluug.nl>
 
        * c-common.c (cb_register_builtins): Set
index 810400c..4aa0195 100644 (file)
@@ -3840,8 +3840,6 @@ expand_assignment (to, from, want_value, suggest_reg)
 
       if (GET_CODE (to_rtx) == MEM)
        {
-         tree old_expr = MEM_EXPR (to_rtx);
-
          /* If the field is at offset zero, we could have been given the
             DECL_RTX of the parent struct.  Don't munge it.  */
          to_rtx = shallow_copy_rtx (to_rtx);