Update comments.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 17 Jan 1996 12:28:48 +0000 (07:28 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 17 Jan 1996 12:28:48 +0000 (07:28 -0500)
From-SVN: r11036

gcc/optabs.c

index a2bad2924d0d2c14d321a4814a4154b955adee88..4020e64ea050cf46279374f700f8d4b8a015d77a 100644 (file)
@@ -3884,12 +3884,6 @@ expand_fix (to, from, unsignedp)
                                   GET_MODE (to), from));
     }
       
-  /* Do NOT copy, if "to" is the same as "target".  See
-     expand_float().  It used to cause a bogus "clobber" of the
-     input, causing it's ancestors to be deleted.  Hopefully the call
-     is just unnecessary now, causing extra time in optimization, or
-     some extra instructions.
-     / Hans-Peter.Nilsson@axis.se */ 
   if (target != to)
     {
       if (GET_MODE (to) == GET_MODE (target))