aboutsummaryrefslogtreecommitdiff
path: root/gcc/ssa-dce.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@gcc.gnu.org>2003-06-23 16:11:56 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-06-23 16:11:56 +0000
commitb20b352b6b81a51dd1c573f7d95616fef5fc0da7 (patch)
tree0fe31bea0d01030fd2ba7ea329026ce77a9c5b7a /gcc/ssa-dce.c
parent63519d234d38de2a971d61c9eb275fa84bc79913 (diff)
downloadgcc-b20b352b6b81a51dd1c573f7d95616fef5fc0da7.zip
gcc-b20b352b6b81a51dd1c573f7d95616fef5fc0da7.tar.gz
gcc-b20b352b6b81a51dd1c573f7d95616fef5fc0da7.tar.bz2
ChangeLog.1: Fix a typo.
* 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. From-SVN: r68374
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 1c480dc..43354ff 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;