aboutsummaryrefslogtreecommitdiff
path: root/gcc/ssa.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@gcc.gnu.org>2002-09-16 11:42:00 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-09-16 11:42:00 +0000
commit8d9afc4e2b9ac69f4808cdc9b55bbfb84d92f7b4 (patch)
tree2867ef8bbccdf81f693f2e0eefe7cd60cde8a243 /gcc/ssa.c
parentcf0f53eb6e76976cd7a2211a331cac5732d4a9bf (diff)
downloadgcc-8d9afc4e2b9ac69f4808cdc9b55bbfb84d92f7b4.zip
gcc-8d9afc4e2b9ac69f4808cdc9b55bbfb84d92f7b4.tar.gz
gcc-8d9afc4e2b9ac69f4808cdc9b55bbfb84d92f7b4.tar.bz2
ABOUT-NLS: Follow spelling conventions.
* ABOUT-NLS: Follow spelling conventions. * ChangeLog: Likewise. * ChangeLog.1: Likewise. * ChangeLog.2: Likewise. * ChangeLog.3: Likewise. * ChangeLog.4: Likewise. * ChangeLog.5: Likewise. * ChangeLog.6: Likewise. * FSFChangeLog.10: Likewise. * FSFChangeLog.11: Likewise. * c-common.c: Likewise. * c-lex.c: Likewise. * c-objc-common.c: Likewise. * cppexp.c: Likewise. * cppinit.c: Likewise. * cpplex.c: Likewise. * doloop.c: Likewise. * flow.c: Likewise. * function.c: Likewise. * integrate.c: Likewise. * loop.c: Likewise. * reg-stack.c: Likewise. * reload.h: Likewise. * ssa.c: Likewise. From-SVN: r57188
Diffstat (limited to 'gcc/ssa.c')
-rw-r--r--gcc/ssa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ssa.c b/gcc/ssa.c
index 71be1a9..406928b 100644
--- a/gcc/ssa.c
+++ b/gcc/ssa.c
@@ -704,7 +704,7 @@ insert_phi_nodes (idfs, evals, nregs)
/* Rename the registers to conform to SSA.
This is essentially the algorithm presented in Figure 7.8 of Morgan,
- with a few changes to reduce pattern search time in favour of a bit
+ with a few changes to reduce pattern search time in favor of a bit
more memory usage. */
/* One of these is created for each set. It will live in a list local