]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
(cmpsi): Add missing constraints to operand 1.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 22 Sep 1995 22:48:58 +0000 (18:48 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 22 Sep 1995 22:48:58 +0000 (18:48 -0400)
From-SVN: r10394

gcc/config/i370/i370.md

index 2e4e3b74ec240d08277987cc79076a05d6ad17ee..c64f86d3ee758071fed615e2594c36f983ac16ef 100644 (file)
 (define_insn "cmpsi"
   [(set (cc0)
        (compare (match_operand:SI 0 "register_operand" "d")
-                (match_operand:SI 1 "general_operand" "")))]
+                (match_operand:SI 1 "general_operand" "md")))]
   ""
   "*
 {