(expand_shift): If rotating by a constant, try both directions of rotate...
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 28 Dec 1992 11:07:52 +0000 (06:07 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 28 Dec 1992 11:07:52 +0000 (06:07 -0500)
commitcbec710efcae143355573a17944f821557fb78af
tree5a9ae9474bf0930c30e3e87969569654cc2c1555
parent85d2e16cf73d8c815b73fe2d4680512a5669a768
(expand_shift): If rotating by a constant, try both directions of rotate...

(expand_shift): If rotating by a constant, try both directions of
rotate; if can't open-code a rotate, do it as a pair of shifts
followed by an IOR.

From-SVN: r2971
gcc/expmed.c