From e867970356883ea35b8863edf179a3bd3f0cd69c Mon Sep 17 00:00:00 2001 From: "J\"orn Rennecke" Date: Tue, 15 Jun 2004 15:55:27 +0000 Subject: * combine.c (distribute_notes): Comment typo fix. From-SVN: r83191 --- gcc/ChangeLog | 4 ++++ gcc/combine.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e9817ab..89afa23 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-06-15 J"orn Rennecke + + * combine.c (distribute_notes): Comment typo fix. + 2004-06-15 Roger Sayle * expmed.c (synth_mult): Mask bits of the multiplier to the diff --git a/gcc/combine.c b/gcc/combine.c index 44ca720..f046e2e 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -11948,7 +11948,7 @@ distribute_notes (rtx notes, rtx from_insn, rtx i3, rtx i2) /* If the register is set or already dead at PLACE, we needn't do anything with this note if it is still a REG_DEAD note. - We can here if it is set at all, not if is it totally replace, + We check here if it is set at all, not if is it totally replaced, which is what `dead_or_set_p' checks, so also check for it being set partially. */ -- cgit v1.1