aboutsummaryrefslogtreecommitdiff
path: root/gcc/sched-ebb.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/sched-ebb.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/sched-ebb.c')
-rw-r--r--gcc/sched-ebb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/sched-ebb.c b/gcc/sched-ebb.c
index d27630e..7f44866 100644
--- a/gcc/sched-ebb.c
+++ b/gcc/sched-ebb.c
@@ -290,7 +290,7 @@ fix_basic_block_boundaries (bb, last, head, tail)
it by splitting the edge and repositioning the block.
This is somewhat hackish, but at least avoid cut&paste
- Safter sollution can be to bring the code into sequence,
+ A safer solution can be to bring the code into sequence,
do the split and re-emit it back in case this will ever
trigger problem. */
f = bb->prev_bb->succ;
@@ -410,7 +410,7 @@ earliest_block_with_similiar_load (last_block, load_insn)
return earliest_block;
}
-/* The following function adds dependecies between jumps and risky
+/* The following function adds dependencies between jumps and risky
insns in given ebb. */
static void