diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-08-22 07:03:15 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-08-22 07:03:15 +0000 |
commit | dcc24678550981985ddd17df7871e63c9752315d (patch) | |
tree | 4aba1caf92c33ab7044cd4b26a7ec2edf69eb141 /gcc/cfgcleanup.c | |
parent | beb235f8964321e02e492c9b6856a1ca56f2e027 (diff) | |
download | gcc-dcc24678550981985ddd17df7871e63c9752315d.zip gcc-dcc24678550981985ddd17df7871e63c9752315d.tar.gz gcc-dcc24678550981985ddd17df7871e63c9752315d.tar.bz2 |
cfgcleanup.c: Fix comment typos.
* cfgcleanup.c: Fix comment typos.
* emit-rtl.c: Likewise.
* optabs.c: Likewise.
* ra-build.c: Likewise.
* rtlanal.c: Likewise.
* tree.h: Likewise.
From-SVN: r70678
Diffstat (limited to 'gcc/cfgcleanup.c')
-rw-r--r-- | gcc/cfgcleanup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgcleanup.c b/gcc/cfgcleanup.c index 1937ad0..074812d 100644 --- a/gcc/cfgcleanup.c +++ b/gcc/cfgcleanup.c @@ -227,7 +227,7 @@ mark_effect (rtx exp, regset nonequal) } } -/* Return nonzero if X is an register set in regset DATA. +/* Return nonzero if X is a register set in regset DATA. Called via for_each_rtx. */ static int mentions_nonequal_regs (rtx *x, void *data) |