]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ia64.md (andcmbi3, iorcmbi3): Fix typos.
authorRichard Henderson <rth@redhat.com>
Tue, 28 Aug 2001 21:48:24 +0000 (14:48 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 28 Aug 2001 21:48:24 +0000 (14:48 -0700)
        * config/ia64/ia64.md (andcmbi3, iorcmbi3): Fix typos.
        (one_cmplbi2 splitter): Remove redundant test.

From-SVN: r45238

gcc/ChangeLog
gcc/config/ia64/ia64.md

index 0b74ebfc70370d2aaec8ea357718768d0629c8a4..cacbe404953c20a46e439f271eda50dfa0feb847 100644 (file)
@@ -1,3 +1,8 @@
+2001-08-28  Richard Henderson  <rth@redhat.com>
+
+       * config/ia64/ia64.md (andcmbi3, iorcmbi3): Fix typos.
+       (one_cmplbi2 splitter): Remove redundant test.
+
 2001-08-28  Dale Johannesen  <dalej@apple.com>
 
        * config/rs6000/darwin.h (DEFAULT_SIGNED_CHAR): Define.
index 5c8793f5bcf75a7b8392b35772d85ac0f05982ac..03cedc0fad044b614d4957be435097e6e8473458 100644 (file)
   ""
   "@
    #
-   tbit.z.and.orcm %0, %I0 = %2, 0
+   tbit.z.and.orcm %0, %I0 = %1, 0
    andcm %0 = %2, %1"
   "reload_completed
    && GET_CODE (operands[0]) == REG && PR_REGNO_P (REGNO (operands[0]))
-   && GET_CODE (operands[2]) == REG && PR_REGNO_P (REGNO (operands[2]))"
+   && GET_CODE (operands[1]) == REG && PR_REGNO_P (REGNO (operands[1]))"
   [(cond_exec (ne (match_dup 1) (const_int 0))
      (set (match_dup 0) (and:BI (ne:BI (const_int 0) (const_int 0))
                                (match_dup 0))))]
   ""
   "@
    #
-   tbit.z.or.andcm %0, %I0 = %2, 0"
+   tbit.z.or.andcm %0, %I0 = %1, 0"
   "reload_completed
    && GET_CODE (operands[0]) == REG && PR_REGNO_P (REGNO (operands[0]))
-   && GET_CODE (operands[2]) == REG && PR_REGNO_P (REGNO (operands[2]))"
+   && GET_CODE (operands[1]) == REG && PR_REGNO_P (REGNO (operands[1]))"
   [(cond_exec (eq (match_dup 1) (const_int 0))
      (set (match_dup 0) (ior:BI (eq:BI (const_int 0) (const_int 0))
                                (match_dup 0))))]
    (clobber (match_scratch:BI 2 ""))]
   "reload_completed
    && GET_CODE (operands[0]) == REG && PR_REGNO_P (REGNO (operands[0]))
-   && GET_CODE (operands[1]) == REG && PR_REGNO_P (REGNO (operands[1]))
    && rtx_equal_p (operands[0], operands[1])"
   [(set (match_dup 4) (match_dup 3))
    (set (match_dup 0) (const_int 1))