OSDN Git Service

* pa.md: Change predicate of a peephole2 pattern from reg_or_0_operand
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Jan 2004 22:50:32 +0000 (22:50 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Jan 2004 22:50:32 +0000 (22:50 +0000)
to register_operand.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76814 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/pa/pa.md

index ec78f6f..6c0b664 100644 (file)
@@ -1,3 +1,8 @@
+2004-01-28  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * pa.md: Change predicate of a peephole2 pattern from reg_or_0_operand
+       to register_operand.
+
 2004-01-28  Zack Weinberg  <zack@codesourcery.com>
 
        * config/ia64/ia64.md (fetchadd_acq_si, fetchadd_acq_di)
index 9d06f34..f009f55 100644 (file)
                          (const_int 4))
                 (match_operand:SI 2 "register_operand" "")))
    (set (mem:SI (match_dup 0))
-        (match_operand:SI 3 "reg_or_0_operand" ""))]
+        (match_operand:SI 3 "register_operand" ""))]
   "!TARGET_SOFT_FLOAT
    && REG_OK_FOR_BASE_P (operands[2])
    && FP_REGNO_P (REGNO (operands[3]))"