projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d0f3df
)
Fix comment typo.
author
Richard Henderson
<rth@gcc.gnu.org>
Fri, 27 Sep 2002 22:59:29 +0000
(15:59 -0700)
committer
Richard Henderson
<rth@gcc.gnu.org>
Fri, 27 Sep 2002 22:59:29 +0000
(15:59 -0700)
From-SVN: r57597
gcc/cfganal.c
patch
|
blob
|
history
diff --git
a/gcc/cfganal.c
b/gcc/cfganal.c
index 10c6bcf2922c5eb7dd505ebaee6c6d63a5bf17d9..b54619ba624be08ae41a2204da971f91f96703e5 100644
(file)
--- a/
gcc/cfganal.c
+++ b/
gcc/cfganal.c
@@
-67,7
+67,7
@@
flow_active_insn_p (insn)
return true;
/* A clobber of the function return value exists for buggy
- programs that fail to return a value. It
'
s effect is to
+ programs that fail to return a value. Its effect is to
keep the return value from being live across the entire
function. If we allow it to be skipped, we introduce the
possibility for register livetime aborts. */