From 888ae81cc3cf65dba7731a3c99843cdef8248c9d Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 11 Dec 1993 06:57:42 -0500 Subject: [PATCH] (modsi3): Correct predicate on operand 2. From-SVN: r6203 --- gcc/config/rs6000/rs6000.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 8bf5cd08ca6..cdabbee1d89 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -764,7 +764,7 @@ (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" ""))] "" " { -- 2.30.2