(modsi3): Correct predicate on operand 2.
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 11 Dec 1993 11:57:42 +0000 (06:57 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 11 Dec 1993 11:57:42 +0000 (06:57 -0500)
From-SVN: r6203

gcc/config/rs6000/rs6000.md

index 8bf5cd08ca6c80eb88d2d6caf990b994a8990f77..cdabbee1d89d6a21436e67ffb32015e27b60fb6f 100644 (file)
 (define_expand "modsi3"
   [(use (match_operand:SI 0 "gpc_reg_operand" ""))
    (use (match_operand:SI 1 "gpc_reg_operand" ""))
-   (use (match_operand:SI 2 "reg_or_cint_operand" ""))]
+   (use (match_operand:SI 2 "const_int_operand" ""))]
   ""
   "
 {