Re: [PATCH 1/4] deps_start_bb takes an insn
On 09/12/14 14:38, David Malcolm wrote: gcc/ChangeLog: * sched-deps.c (deps_start_bb): Strengthen param "head" and local "insn" from rtx to rtx_insn *. * sched-int.h (deps_start_bb): Likewise for 2nd param. OK. jeff
[PATCH 1/4] deps_start_bb takes an insn
gcc/ChangeLog: * sched-deps.c (deps_start_bb): Strengthen param "head" and local "insn" from rtx to rtx_insn *. * sched-int.h (deps_start_bb): Likewise for 2nd param. --- gcc/sched-deps.c | 4 ++-- gcc/sched-int.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) d