diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-13 16:03:40 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-13 16:03:40 +0000 |
commit | a33d8949e03cedbf0345816d978b39d5019679de (patch) | |
tree | a9239b9b69ff7322c8b9e33630d97fd48ac2dcae /gcc/tree-ssa-dce.c | |
parent | 2fb4af303ec1e7c38a8444a5511ae8d31c121d67 (diff) | |
download | gcc-a33d8949e03cedbf0345816d978b39d5019679de.tar.gz |
* defaults.h, stmt.c, tree-cfg.c, tree-ssa-dce.c: Fix comment
typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92092 138bc75d-0d04-0410-961f-82ee72b054a4
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 |