------- Comment #4 from bergner at gcc dot gnu dot org 2007-08-02 13:42 ------- Subject: Bug 24952
Author: bergner Date: Thu Aug 2 13:42:06 2007 New Revision: 127160 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127160 Log: Backport from mainline. 2006-02-24 Roger Sayle <[EMAIL PROTECTED]> PR middle-end/24952 * combine.c (try_combine): Explicitly check whether GET_CODE is a SET or a CLOBBER, instead on checking that it isn't a USE. 2006-11-22 Peter Bergner <[EMAIL PROTECTED]> * config/rs6000/rs6000.c (get_store_dest): New. (adjacent_mem_locations): Use get_store_dest() to get the rtl of the store destination. Modified: branches/ibm/gcc-4_1-branch/gcc/ChangeLog branches/ibm/gcc-4_1-branch/gcc/combine.c branches/ibm/gcc-4_1-branch/gcc/config/rs6000/rs6000.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24952