diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-11 11:25:28 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-11 11:25:28 +0000 |
commit | 4a82352a84766c06cff20385665f3f3828163a19 (patch) | |
tree | b852443590ce1b94b516d895ae6e1e58523886b8 /gcc/lcm.c | |
parent | 5a9d41154c3a682cf8b9dbad859d194bc71df4f3 (diff) | |
download | linaro-gcc-4a82352a84766c06cff20385665f3f3828163a19.tar.gz linaro-gcc-4a82352a84766c06cff20385665f3f3828163a19.tar.bz2 linaro-gcc-4a82352a84766c06cff20385665f3f3828163a19.zip |
* ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog.5, ChangeLog,
cfg.c, cfganal.c, cfgcleanup.c, cfglayout.c, cfgloop.c, cfgrtl.c,
collect2.c, combine.c, config.in, configure, configure.in,
conflict.c, dwarf2out.c, dwarfout.c, except.c, final.c, flow.c,
genattrtab.c, ggc-page.c, jump.c, lcm.c, predict.c, reg-stack.c,
reload1.c, rtlanal.c, sched-rgn.c, toplev.c, unwind-dw2-fde.h: Fix
spelling errors.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46928 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/lcm.c')
-rw-r--r-- | gcc/lcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lcm.c b/gcc/lcm.c index 88e58410d81..a1e6845757c 100644 --- a/gcc/lcm.c +++ b/gcc/lcm.c @@ -1400,7 +1400,7 @@ optimize_mode_switching (file) /* Ideally we'd figure out what blocks were affected and start from there, but this is enormously complicated by commit_edge_insertions, - which would screw up any indicies we'd collected, and also need to + which would screw up any indices we'd collected, and also need to be involved in the update. Bail and recompute global life info for everything. */ |