Deleted Added
full compact
926c926,934
< sched_analyze_1 (deps, x, insn);
---
> {
> sched_analyze_1 (deps, x, insn);
>
> /* Bare clobber insns are used for letting life analysis, reg-stack
> and others know that a value is dead. Depend on the last call
> instruction so that reg-stack won't get confused. */
> if (code == CLOBBER)
> add_dependence_list (insn, deps->last_function_call, REG_DEP_OUTPUT);
> }