* rtlanal.c (operand_preference): Fix preference for objects.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Jun 2001 18:04:36 +0000 (18:04 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Jun 2001 18:04:36 +0000 (18:04 +0000)
commit84e81e84adc59d4a0ed070b49f4f888c191acb98
tree829c85ccd2ce524faa3bdeb601db3f7f80cc282f
parentb14e5da57c59fd64cba5cfc30634a137f0685274
* rtlanal.c (operand_preference): Fix preference for objects.

* gcse.c (handle_avail_expr): Be prepared to handle single_set
parallels.

* combine.c (if_then_else_cond): Use simplify_subreg instead
of operand_subword.
* integreate.c (sub_constants): Likewise.

* emit-rtl.c (constant_subword): Deprecate; remove most of code
and use simplify_gen_subreg.

Mon Jun  4 19:55:23 CEST 2001  Lars Brinkhoff  <lars@nocrew.org>

* sibcall.c (skip_copy_to_return_value): recognize the situation
when the called function's return value is copied into an
intermediate pseudo, and then into the calling functions return
value register.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42864 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/combine.c
gcc/config/i386/i386.c
gcc/emit-rtl.c
gcc/gcse.c
gcc/integrate.c
gcc/rtlanal.c
gcc/sibcall.c
gcc/simplify-rtx.c