diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-12-13 16:03:40 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-12-13 16:03:40 +0000 |
commit | adb35797f70544f981828b4acf7c5be64e73a8b6 (patch) | |
tree | a9239b9b69ff7322c8b9e33630d97fd48ac2dcae /gcc/tree-ssa-dce.c | |
parent | 6e38fea3e4ef087b050ba2739ca26ae92b91e2ff (diff) | |
download | gcc-adb35797f70544f981828b4acf7c5be64e73a8b6.tar.gz |
defaults.h, [...]: Fix comment typos.
* defaults.h, stmt.c, tree-cfg.c, tree-ssa-dce.c: Fix comment
typos.
From-SVN: r92092
Diffstat (limited to 'gcc/tree-ssa-dce.c')
-rw-r--r-- | gcc/tree-ssa-dce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-dce.c b/gcc/tree-ssa-dce.c index 502117c2e1c..f37430d3299 100644 --- a/gcc/tree-ssa-dce.c +++ b/gcc/tree-ssa-dce.c @@ -264,7 +264,7 @@ mark_operand_necessary (tree op, bool phionly) } -/* Mark STMT as necessary if it is obviously is. Add it to the worklist if +/* Mark STMT as necessary if it obviously is. Add it to the worklist if it can make other statements necessary. If AGGRESSIVE is false, control statements are conservatively marked as |