This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Minor bugfix in gcse.c


Sat Oct 27 17:32:04 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>

	* gcse.c (insert_insn_end_bb): Don't assume PAT is a SET.

*** gcse.c	2001/10/11 03:15:41	1.159
--- gcse.c	2001/10/28 02:31:54
*************** insert_insn_end_bb (expr, bb, pre)
*** 4691,4695 ****
    else
      {
!       add_label_notes (SET_SRC (pat), new_insn);
  
        /* Keep register set table up to date.  */
--- 4691,4695 ----
    else
      {
!       add_label_notes (pat, new_insn);
  
        /* Keep register set table up to date.  */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]