diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-12-11 06:57:42 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-12-11 06:57:42 -0500 |
commit | 888ae81cc3cf65dba7731a3c99843cdef8248c9d (patch) | |
tree | 60b9faf6baa9e2f197f2cbc104f559472973eb7d /gcc | |
parent | 57f0a224e6033bbc854d989fe56e81819d1519ce (diff) | |
download | gcc-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.md | 2 |
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" ""))] "" " { |