Commit 222f7ba9 by Jan Hubicka Committed by Jan Hubicka

* gcse.c (pre_insert_copy_insn): Call update_ld_motion_stores.

From-SVN: r44111
parent f7bebb56
Wed Jul 18 18:28:16 CEST 2001 Jan Hubicka <jh@suse.cz>
* gcse.c (pre_insert_copy_insn): Call update_ld_motion_stores.
Wed Jul 18 12:05:29 2001 Nicola Pero <n.pero@mi.flashnet.it>
* gthr-posix.h (__gthread_objc_mutex_trylock): Fixed return value
......
......@@ -4852,6 +4852,7 @@ pre_insert_copy_insn (expr, insn)
"PRE: bb %d, insn %d, copy expression %d in insn %d to reg %d\n",
BLOCK_NUM (insn), INSN_UID (new_insn), indx,
INSN_UID (insn), regno);
update_ld_motion_stores (expr);
}
/* Copy available expressions that reach the redundant expression
......
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