OSDN Git Service

(make_compound_operation, case xSHIFTRT):
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 11 Apr 1993 10:39:54 +0000 (10:39 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 11 Apr 1993 10:39:54 +0000 (10:39 +0000)
commitd58ffe1024a7442a70ba27626eeecd4f48849bbf
tree6b5b83cb7d0004f56d16d4e1fb7f15055106eacd
parentb40c4a5d5b3b6de9fc9432855981005cda886c0b
(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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4082 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/combine.c