aboutsummaryrefslogtreecommitdiff
path: root/gcc/ra-rewrite.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2002-12-25 15:15:10 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-12-25 15:15:10 +0000
commitd55d8fc700fd75c7efb3f1e11d1d303cde2dd4d9 (patch)
treec9d2c0b2dd77109ef11a66cdf42b6e1a0fc4430e /gcc/ra-rewrite.c
parent7a770d8b104d6ce00bf9d56b22dc6428b969f1ba (diff)
downloadgcc-d55d8fc700fd75c7efb3f1e11d1d303cde2dd4d9.zip
gcc-d55d8fc700fd75c7efb3f1e11d1d303cde2dd4d9.tar.gz
gcc-d55d8fc700fd75c7efb3f1e11d1d303cde2dd4d9.tar.bz2
output.h: Fix comment typos.
* output.h: Fix comment typos. * predict.c: Likewise. * print-tree.c: Likewise. * profile.c: Likewise. * ra-build.c: Likewise. * ra-colorize.c: Likewise. * ra-debug.c: Likewise. * ra-rewrite.c: Likewise. * ra.c: Likewise. * ra.h: Likewise. * real.c: Likewise. * recog.c: Likewise. * reg-stack.c: Likewise. * regclass.c: Likewise. From-SVN: r60502
Diffstat (limited to 'gcc/ra-rewrite.c')
-rw-r--r--gcc/ra-rewrite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ra-rewrite.c b/gcc/ra-rewrite.c
index 9071c8f..e10ddd3 100644
--- a/gcc/ra-rewrite.c
+++ b/gcc/ra-rewrite.c
@@ -1886,7 +1886,7 @@ delete_moves ()
}
}
-/* Due to resons documented elsewhere we create different pseudos
+/* Due to reasons documented elsewhere we create different pseudos
for all webs coalesced to hardregs. For these parts life_analysis()
might have added REG_DEAD notes without considering, that only this part
but not the whole coalesced web dies. The RTL is correct, there is no