(try_combine): Fix typo in last change involving single_set.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 12 Oct 1992 15:57:17 +0000 (11:57 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 12 Oct 1992 15:57:17 +0000 (11:57 -0400)
From-SVN: r2409

gcc/combine.c

index aebb6b980c9d59808b21b24944966322ff65324c..9dd969ffaca0c8f409928e428eed9194bec7836f 100644 (file)
@@ -1562,8 +1562,8 @@ try_combine (i3, i2, i1)
          rtx newi3pat = PATTERN (XVECEXP (m_split, 0, 1));
          newi2pat = PATTERN (XVECEXP (m_split, 0, 0));
 
-         i2set = single_set (XVECEXP (m_split, 0, 1));
-         i3set = single_set (XVECEXP (m_split, 0, 0));
+         i3set = single_set (XVECEXP (m_split, 0, 1));
+         i2set = single_set (XVECEXP (m_split, 0, 0));
 
          /* In case we changed the mode of I2DEST, replace it in the
             pseudo-register table here.  We can't do it above in case this