(make_compound_operation, case xSHIFTRT):
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 11 Apr 1993 10:39:54 +0000 (06:39 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 11 Apr 1993 10:39:54 +0000 (06:39 -0400)
commit0a5cbff6d4d8aaae40d37e526e1fcbfdc42c12b3
tree6b5b83cb7d0004f56d16d4e1fb7f15055106eacd
parentf2dd837227913a70e3cd839c850c0346e7706950
(make_compound_operation, case xSHIFTRT):

Clean up code so more readable and don't restrict to case where C2 >= C1.
Pass correct (inner) code to recursive call.
(make_compound_operation, case SUBREG): Pass the code of our operand
to recursive call, not SUBREG, and make another recursive call after
calling force_to_mode.

From-SVN: r4082
gcc/combine.c