]> gcc.gnu.org Git - gcc.git/commitdiff
* i386.md (addqi3_cc): Fix contraints.
authorJan Hubicka <jh@suse.cz>
Tue, 8 Feb 2000 14:59:15 +0000 (15:59 +0100)
committerJeff Law <law@gcc.gnu.org>
Tue, 8 Feb 2000 14:59:15 +0000 (07:59 -0700)
From-SVN: r31851

gcc/ChangeLog
gcc/config/i386/i386.md

index 20c88a7c1c1672f5fcf03cf80c167b7406fee2a7..3c1acb8ba87165eb80db6d9162a23329d99d862f 100644 (file)
@@ -1,3 +1,7 @@
+Tue Feb  8 07:53:55 2000  Jan Hubicka  <jh@suse.cz>
+
+       * i386.md (addqi3_cc): Fix contraints.
+
 Tue Feb  8 01:39:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
 
        * function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.
index 7624f23b08f273a3ab9ad37917fbd15528c11341..58a50594365557957abcba44feeba20e46324a0b 100644 (file)
 
 (define_insn "addqi3_cc"
   [(set (reg:CC 17) (plus:CC (match_operand:QI 1 "nonimmediate_operand" "%0,0")
-                   (match_operand:QI 2 "general_operand" "ri,rm")))
-   (set (match_operand:QI 0 "nonimmediate_operand" "=rm,r")
+                   (match_operand:QI 2 "general_operand" "qi,qm")))
+   (set (match_operand:QI 0 "nonimmediate_operand" "=qm,q")
        (plus:QI (match_dup 1) (match_dup 2)))]
   "ix86_binary_operator_ok (PLUS, QImode, operands)"
   "add{b}\\t{%2, %0|%0, %2}"
This page took 0.182055 seconds and 5 git commands to generate.