(make_compound_operation...
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 2 Sep 1992 10:37:38 +0000 (06:37 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 2 Sep 1992 10:37:38 +0000 (06:37 -0400)
commitd0dcc580cfd3c8a166c3db09cb46eafa32f32ef4
tree02227b329f9a198b5a36f5610b618a248c15dca4
parent11f6a29c9fc8f48bb917188c421f25e3a7f71199
(make_compound_operation...

(make_compound_operation, case ASHIFTRT): Add new code to
handle (ashiftrt (neg (ashift FOO C1) C2)) just like we currently
handle (ashiftrt (OP (ashiftrt FOO C1) C2) C2).

From-SVN: r2028
gcc/combine.c