summaryrefslogtreecommitdiff
path: root/gcc/combine.c
diff options
context:
space:
mode:
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-15 15:55:27 +0000
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-15 15:55:27 +0000
commit1e9a1a8677664b80c66d1702d63271ebadabd995 (patch)
tree5eff92b53d03685444b61d9c0e4fb16ac38e41ee /gcc/combine.c
parent31a6ce01927e35a4074ac3fb666672305a8b5822 (diff)
downloadgcc-1e9a1a8677664b80c66d1702d63271ebadabd995.tar.gz
* combine.c (distribute_notes): Comment typo fix.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83191 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/combine.c')
-rw-r--r--gcc/combine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/combine.c b/gcc/combine.c
index 44ca720bc19..f046e2e9c42 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. */