aboutsummaryrefslogtreecommitdiff
path: root/gcc/ssa.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-07-05 15:17:36 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-07-05 15:17:36 +0000
commit4d6922ee327a1a5c4a6bbf974186a34355464df9 (patch)
treea2dfd9ba34b919d888653777fd366320e2e0fccd /gcc/ssa.c
parentf1c4bc4fccc9966ace2dc89e430e935448ec3f65 (diff)
downloadgcc-4d6922ee327a1a5c4a6bbf974186a34355464df9.zip
gcc-4d6922ee327a1a5c4a6bbf974186a34355464df9.tar.gz
gcc-4d6922ee327a1a5c4a6bbf974186a34355464df9.tar.bz2
bt-load.c: Fix comment typos.
* bt-load.c: Fix comment typos. * c-incpath.c: Likewise. * cfg.c: Likewise. * cfgcleanup.c: Likewise. * cfgloop.h: Likewise. * cfgloopmanip.c: Likewise. * cfgrtl.c: Likewise. * diagnostic.h: Likewise. * dwarfout.c: Likewise. * emit-rtl.c: Likewise. * et-forest.c: Likewise. * et-forest.h: Likewise. * expr.c: Likewise. * gcse.c: Likewise. * genattr.c: Likewise. * jump.c: Likewise. * langhooks.h: Likewise. * local-alloc.c: Likewise. * loop-unroll.c: Likewise. * loop-unswitch.c: Likewise. * ra-build.c: Likewise. * regclass.c: Likewise. * regmove.c: Likewise. * rtl.def: Likewise. * rtlanal.c: Likewise. * sched-ebb.c: Likewise. * sched-rgn.c: Likewise. * simplify-rtx.c: Likewise. * ssa.c: Likewise. * tracer.c: Likewise. * tree.c: Likewise. From-SVN: r68975
Diffstat (limited to 'gcc/ssa.c')
-rw-r--r--gcc/ssa.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ssa.c b/gcc/ssa.c
index 2484582..af5f231 100644
--- a/gcc/ssa.c
+++ b/gcc/ssa.c
@@ -142,7 +142,7 @@ static void ssa_rename_from_free
typedef int (*srf_trav) PARAMS ((int regno, rtx r, sbitmap canonical_elements, partition reg_partition));
static void ssa_rename_from_traverse
PARAMS ((htab_trav callback_function, sbitmap canonical_elements, partition reg_partition));
-/*static Avoid warnign message. */ void ssa_rename_from_print
+/*static Avoid warning message. */ void ssa_rename_from_print
PARAMS ((void));
static int ssa_rename_from_print_1
PARAMS ((void **slot, void *data));
@@ -360,7 +360,7 @@ ssa_rename_from_print ()
}
/* Print the contents of the hash table entry SLOT, passing the unused
- sttribute DATA. Used as a callback function with htab_traverse (). */
+ attribute DATA. Used as a callback function with htab_traverse (). */
static int
ssa_rename_from_print_1 (slot, data)
@@ -1568,7 +1568,7 @@ make_regs_equivalent_over_bad_edges (bb, reg_partition)
}
/* Consider phi insns in basic block BB pairwise. If the set target
- of both isns are equivalent pseudos, make the corresponding phi
+ of both insns are equivalent pseudos, make the corresponding phi
alternatives in each phi corresponding equivalent.
Return nonzero if any new register classes were unioned. */