OSDN Git Service

* mn10300.md (bset, bclr): Operand 0 is a read/write operand.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Dec 1998 13:30:41 +0000 (13:30 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Dec 1998 13:30:41 +0000 (13:30 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24331 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/mn10300/mn10300.md

index 5b0e3ec..5898f6f 100644 (file)
@@ -1,5 +1,7 @@
 Tue Dec 15 13:49:55 1998  Jeffrey A Law  (law@cygnus.com)
 
+       * mn10300.md (bset, bclr): Operand 0 is a read/write operand.
+
        * mn10200.md (abssf2, negsf2): New expanders.
 
        * mn10300.md (absdf2, abssf2, negdf2, negsf2): New expanders.
index 0d4e522..6650cad 100644 (file)
   [(set_attr "cc" "clobber,none_0hit")])
 
 (define_insn ""
-  [(set (match_operand:QI 0 "general_operand" "=R,d")
+  [(set (match_operand:QI 0 "general_operand" "+R,d")
        (subreg:QI
          (and:SI (subreg:SI (match_dup 0) 0)
                  (match_operand:SI 1 "const_int_operand" "i,i")) 0))]
   [(set_attr "cc" "clobber,set_znv")])
 
 (define_insn ""
-  [(set (match_operand:QI 0 "general_operand" "=R,d")
+  [(set (match_operand:QI 0 "general_operand" "+R,d")
        (subreg:QI
          (ior:SI (subreg:SI (match_dup 0) 0)
                  (match_operand:SI 1 "const_int_operand" "i,i")) 0))]