diff options
Diffstat (limited to 'gcc/gcse.c')
-rw-r--r-- | gcc/gcse.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |