diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1992-06-22 07:47:59 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1992-06-22 07:47:59 -0400 |
commit | 23a900dc7795d56e75dbf870c3d9643693bea3e9 (patch) | |
tree | cdb9d96a28455f277ff5351d1a2e8ed2bc7e527a /gcc | |
parent | 740ab4a2a56cb1e1d48a31e7926f3c466f0dac5f (diff) | |
download | gcc-23a900dc7795d56e75dbf870c3d9643693bea3e9.zip gcc-23a900dc7795d56e75dbf870c3d9643693bea3e9.tar.gz gcc-23a900dc7795d56e75dbf870c3d9643693bea3e9.tar.bz2 |
entered into RCS
From-SVN: r1236
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 b3ffcbc..577ba65 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -535,7 +535,7 @@ (plus:DI (lshift:DI (zero_extend:DI (match_operand:SI 1 "gpc_reg_operand" "r")) (const_int 32)) - (zero_extend:DI (match_operand:SI 4 "register_operand" "0"))) + (zero_extend:DI (match_operand:SI 4 "register_operand" "2"))) (match_operand:SI 3 "gpc_reg_operand" "r"))) (set (match_operand:SI 2 "register_operand" "=*q") (umod:SI |