diff options
author | J"orn Rennecke <joern.rennecke@superh.com> | 2004-06-15 15:55:27 +0000 |
---|---|---|
committer | Joern Rennecke <amylaar@gcc.gnu.org> | 2004-06-15 16:55:27 +0100 |
commit | e867970356883ea35b8863edf179a3bd3f0cd69c (patch) | |
tree | 5eff92b53d03685444b61d9c0e4fb16ac38e41ee /gcc/combine.c | |
parent | 844f5ccfbb1871ca4540de222210d364c5ce304b (diff) | |
download | gcc-e867970356883ea35b8863edf179a3bd3f0cd69c.zip gcc-e867970356883ea35b8863edf179a3bd3f0cd69c.tar.gz gcc-e867970356883ea35b8863edf179a3bd3f0cd69c.tar.bz2 |
* combine.c (distribute_notes): Comment typo fix.
From-SVN: r83191
Diffstat (limited to 'gcc/combine.c')
-rw-r--r-- | gcc/combine.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |