------- Comment #47 from ubizjak at gmail dot com 2008-04-08 06:39 ------- Author: bergner Date: Mon Apr 7 17:36:59 2008 New Revision: 133985
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133985 Log: PR middle-end/PR28690 * rtlanal.c: Update copyright years. (commutative_operand_precedence): Give SYMBOL_REF's the same precedence as REG_POINTER and MEM_POINTER operands. * emit-rtl.c (gen_reg_rtx_and_attrs): New function. (set_reg_attrs_from_value): Call mark_reg_pointer as appropriate. * rtl.h (gen_reg_rtx_and_attrs): Add prototype for new function. * gcse.c: Update copyright years. (pre_delete): Call gen_reg_rtx_and_attrs. (hoist_code): Likewise. (build_store_vectors): Likewise. (delete_store): Likewise. * loop-invariant.c (move_invariant_reg): Likewise. Update copyright years. Modified: trunk/gcc/ChangeLog trunk/gcc/emit-rtl.c trunk/gcc/gcse.c trunk/gcc/loop-invariant.c trunk/gcc/rtl.h trunk/gcc/rtlanal.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28690