check_dbra_loop debug buglet

Michael Hayes m.hayes@elec.canterbury.ac.nz
Fri Mar 19 21:01:00 GMT 1999


Sat Mar 20 17:58:13 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>

	* loop.c (check_dbra_loop): Fix debug message.


Index: loop.c
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/loop.c,v
retrieving revision 1.150
diff -c -3 -p -r1.150 loop.c
*** loop.c	1999/03/19 12:43:50	1.150
--- loop.c	1999/03/20 04:57:53
*************** check_dbra_loop (loop_end, insn_count, l
*** 8076,8083 ****
  	      bl->reversed = 1;
  
  	      if (loop_dump_stream)
! 		fprintf (loop_dump_stream,
! 			 "Reversed loop and added reg_nonneg\n");
  
  	      return 1;
  	    }
--- 8080,8092 ----
  	      bl->reversed = 1;
  
  	      if (loop_dump_stream)
! 		{
! 		  fprintf (loop_dump_stream, "Reversed loop");
! 		  if (bl->nonneg)
! 		    fprintf (loop_dump_stream, " and added reg_nonneg\n");
! 		  else
! 		    fprintf (loop_dump_stream, "\n");
! 		}
  
  	      return 1;
  	    }


More information about the Gcc-patches mailing list