mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-29 10:34:01 +08:00
flow.c (find_auto_inc): Remove most recent change.
* flow.c (find_auto_inc): Remove most recent change. Real bug was elsewhere. From-SVN: r21013
This commit is contained in:
parent
02e39abcc1
commit
2710ffc868
@ -1,5 +1,8 @@
|
||||
Wed Jul 8 21:43:14 1998 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* flow.c (find_auto_inc): Remove most recent change. Real bug was
|
||||
elsewhere.
|
||||
|
||||
* cse.c (count_reg_usage): Count registers used in addresses of
|
||||
CLOBBERs.
|
||||
|
||||
|
@ -2386,10 +2386,6 @@ find_auto_inc (needed, x, insn)
|
||||
Then fall into the usual case. */
|
||||
rtx insns, temp;
|
||||
|
||||
/* Since q is now changed, clear its UNCHANGING bit. Otherwise,
|
||||
we would confuse alias.c when this pseudo ends up in a stack
|
||||
slot. */
|
||||
RTX_UNCHANGING_P (q) = 0;
|
||||
start_sequence ();
|
||||
emit_move_insn (q, addr);
|
||||
insns = get_insns ();
|
||||
|
Loading…
Reference in New Issue
Block a user