Commit ef1d4aec by Andreas Schwab Committed by Jeff Law

loop.c (check_dbra_loop): Fix change of Jan 19.

1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
        * loop.c (check_dbra_loop): Fix change of Jan 19.

From-SVN: r27345
parent 980c394c
1999-06-04 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* loop.c (check_dbra_loop): Fix change of Jan 19.
Fri Jun 4 00:12:40 1999 Marc Espie <espie@cvs.openbsd.org> Fri Jun 4 00:12:40 1999 Marc Espie <espie@cvs.openbsd.org>
* freebsd-elf.h (SWITCH_TAKES_ARG): Redefine, not define. * freebsd-elf.h (SWITCH_TAKES_ARG): Redefine, not define.
......
...@@ -7777,7 +7777,7 @@ check_dbra_loop (loop_end, insn_count, loop_start, loop_info) ...@@ -7777,7 +7777,7 @@ check_dbra_loop (loop_end, insn_count, loop_start, loop_info)
reversible_mem_store reversible_mem_store
= (! unknown_address_altered = (! unknown_address_altered
&& ! invariant_p (XEXP (loop_store_mems, 0))); && ! invariant_p (XEXP (XEXP (loop_store_mems, 0), 0)));
/* If the store depends on a register that is set after the /* If the store depends on a register that is set after the
store, it depends on the initial value, and is thus not store, it depends on the initial value, and is thus not
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment