Patches to fix minor optimizer bugs
authorJim Wilson <wilson@cygnus.com>
Mon, 20 Oct 1997 23:49:48 +0000 (23:49 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 20 Oct 1997 23:49:48 +0000 (16:49 -0700)
commit3bf1b08254ade026581bee54226b2f42d7ec3482
treed03ad1ae624e997721b0f00f9bfa6a320d91490b
parentded17aad241cb2df363f63b514a91dc477d182fc
Patches to fix minor optimizer bugs

Patches to fix minor optimizer bugs
* expmed.c (extract_bit_field): Don't make flag_force_mem disable
extzv for memory operands.
* cse.c (simplify_ternary_operation, case IF_THEN_ELSE): Collapse
redundant conditional moves to single operand.

From-SVN: r16129
gcc/ChangeLog
gcc/cse.c
gcc/expmed.c