summaryrefslogtreecommitdiff
path: root/gcc/ssa-dce.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-23 16:11:56 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-23 16:11:56 +0000
commitdf07c3ae3cf8d5a362f15ff372fa4e3973e32aed (patch)
tree0fe31bea0d01030fd2ba7ea329026ce77a9c5b7a /gcc/ssa-dce.c
parent299006eee4659c4b51edb65018364630285871d8 (diff)
downloadgcc-df07c3ae3cf8d5a362f15ff372fa4e3973e32aed.tar.gz
* ChangeLog.1: Fix a typo.
* cfgrtl.c: Fix comment typos. * dwarf2out.c: Likewise. * expmed.c: Likewise. * genrecog.c: Likewise. * jump.c: Likewise. * rtlanal.c: Likewise. * ssa-dce.c: Likewise. * toplev.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68374 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ssa-dce.c')
-rw-r--r--gcc/ssa-dce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ssa-dce.c b/gcc/ssa-dce.c
index 1c480dc1024..43354ff50b6 100644
--- a/gcc/ssa-dce.c
+++ b/gcc/ssa-dce.c
@@ -83,7 +83,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
/* A map from blocks to the edges on which they are control dependent. */
typedef struct {
- /* An dynamically allocated array. The Nth element corresponds to
+ /* A dynamically allocated array. The Nth element corresponds to
the block with index N + 2. The Ith bit in the bitmap is set if
that block is dependent on the Ith edge. */
bitmap *data;