aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1993-12-11 06:57:42 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1993-12-11 06:57:42 -0500
commit888ae81cc3cf65dba7731a3c99843cdef8248c9d (patch)
tree60b9faf6baa9e2f197f2cbc104f559472973eb7d /gcc
parent57f0a224e6033bbc854d989fe56e81819d1519ce (diff)
downloadgcc-888ae81cc3cf65dba7731a3c99843cdef8248c9d.zip
gcc-888ae81cc3cf65dba7731a3c99843cdef8248c9d.tar.gz
gcc-888ae81cc3cf65dba7731a3c99843cdef8248c9d.tar.bz2
(modsi3): Correct predicate on operand 2.
From-SVN: r6203
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/rs6000/rs6000.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md
index 8bf5cd0..cdabbee 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" ""))]
""
"
{