aboutsummaryrefslogtreecommitdiff
path: root/gcc/df.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-01-18 02:26:43 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-01-18 02:26:43 +0000
commit95bd1dd72f8e33c77da74e7e6707f206784f6b15 (patch)
tree6a219732ec330734a0ab46ead554f3e3bd32ba25 /gcc/df.h
parentd5840e09def0a9a4efbcc31ae5bf30b9761335bd (diff)
downloadgcc-95bd1dd72f8e33c77da74e7e6707f206784f6b15.zip
gcc-95bd1dd72f8e33c77da74e7e6707f206784f6b15.tar.gz
gcc-95bd1dd72f8e33c77da74e7e6707f206784f6b15.tar.bz2
alias.c: Fix comment typos.
* alias.c: Fix comment typos. * basic-block.h: Likewise. * c-common.c: Likewise. * c-common.h: Likewise. * c-decl.c: Likewise. * c-opts.c: Likewise. * c-pragma.c: Likewise. * c-pretty-print.h: Likewise. * cfg.c: Likewise. * cfganal.c: Likewise. * cfgbuild.c: Likewise. * cfgcleanup.c: Likewise. * cfglayout.c: Likewise. * cfgrtl.c: Likewise. * convert.c: Likewise. * cpphash.h: Likewise. * cpplex.c: Likewise. * cpplib.h: Likewise. * df.h: Likewise. * diagnostic.c: Likewise. * diagnostic.h: Likewise. * dwarf2.h: Likewise. From-SVN: r61462
Diffstat (limited to 'gcc/df.h')
-rw-r--r--gcc/df.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/df.h b/gcc/df.h
index 59f3143..6324a6b 100644
--- a/gcc/df.h
+++ b/gcc/df.h
@@ -57,7 +57,7 @@ enum df_ref_flags
and where the mode change of that subreg expression is invalid for
this class. Note, that this flag can also be set on df_refs
representing the REG itself (i.e. one might not see the subreg
- anyore). Also note, that this flag is set also for hardreg refs.
+ anymore). Also note, that this flag is set also for hardreg refs.
I.e. you must check yourself if it's a pseudo. */
DF_REF_MODE_CHANGE = 2
};
@@ -80,7 +80,7 @@ struct insn_info
{
struct df_link *defs; /* Head of insn-def chain. */
struct df_link *uses; /* Head of insn-use chain. */
- /* ???? The following luid field should be considerd private so that
+ /* ???? The following luid field should be considered private so that
we can change it on the fly to accommodate new insns? */
int luid; /* Logical UID. */
#if 0