]> gcc.gnu.org Git - gcc.git/commitdiff
Revert unintended change to copy_loop_body.
authorRichard Henderson <rth@gcc.gnu.org>
Sun, 24 Oct 1999 20:25:28 +0000 (13:25 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 24 Oct 1999 20:25:28 +0000 (13:25 -0700)
From-SVN: r30148

gcc/unroll.c

index d766b7437ac4b29ab2f0becc0a91532de41195d1..3f82e652ac53ca055be38df7d79d0793d37fdee7 100644 (file)
@@ -1962,8 +1962,7 @@ copy_loop_body (copy_start, copy_end, map, exit_label, last_iteration,
          /* Make split induction variable constants `permanent' since we
             know there are no backward branches across iteration variable
             settings which would invalidate this.  */
-         if (dest_reg_was_split
-              && (GET_CODE (pattern) == SET || GET_CODE (pattern) == USE))
+         if (dest_reg_was_split)
            {
              int regno = REGNO (SET_DEST (pattern));
 
This page took 0.070205 seconds and 5 git commands to generate.