diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-04-30 16:27:30 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-04-30 16:27:30 +0000 |
commit | 1ae58c30e27a46925523033fe3f5aa20f7b6b4d0 (patch) | |
tree | 5061220e8209778aa37f21016395d5b6b6291a31 /gcc/config/i386 | |
parent | a692ad2ece994e2e1cd8dbe06fb7efda4098cbec (diff) | |
download | gcc-1ae58c30e27a46925523033fe3f5aa20f7b6b4d0.tar.gz |
bb-reorder.c, [...]: Fix comment typos.
* bb-reorder.c, c-opts.c, cfglayout.c, cgraph.c, cgraphunit.c,
cppfiles.c, fold-const.c, ggc-zone.c, loop-doloop.c, optabs.c,
reg-stack.c, varasm.c, config/alpha/ev4.md,
config/alpha/ev5.md, config/alpha/ev6.md, config/arm/arm.c,
config/c4x/c4x.c, config/c4x/c4x.md, config/cris/cris.c,
config/cris/cris.h, config/fr30/fr30.h, config/frv/frv.c,
config/frv/frv.h, config/frv/frv.md, config/h8300/h8300.c,
config/i386/i386.c, config/i386/i386.md, config/i386/winnt.c,
config/ia64/itanium2.md, config/ip2k/ip2k.c,
config/mips/mips.c, config/mips/mips.h, config/mips/sr71k.md,
config/pa/pa.c, config/s390/s390.c, config/sh/sh.c: Fix
comment typos.
From-SVN: r81345
Diffstat (limited to 'gcc/config/i386')
-rw-r--r-- | gcc/config/i386/i386.c | 2 | ||||
-rw-r--r-- | gcc/config/i386/i386.md | 2 | ||||
-rw-r--r-- | gcc/config/i386/winnt.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 615f2eeec49..5a6832ded25 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -15817,7 +15817,7 @@ ix86_expand_vector_init (rtx target, rtx vals) } /* ... values where only first field is non-constant are best loaded - from the pool and overwriten via move later. */ + from the pool and overwritten via move later. */ if (!i) { rtx op = simplify_gen_subreg (mode, XVECEXP (vals, 0, 0), diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 3a87e712234..e258559d188 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -14937,7 +14937,7 @@ ;; With sincos pattern defined, sin and cos builtin function will be ;; expanded to sincos pattern with one of its outputs left unused. ;; Cse pass will detected, if two sincos patterns can be combined, -;; otherwise sincos pattern will be splitted back to sin or cos pattern, +;; otherwise sincos pattern will be split back to sin or cos pattern, ;; depending on the unused output. (define_insn "sincosdf3" diff --git a/gcc/config/i386/winnt.c b/gcc/config/i386/winnt.c index c4326f01a28..b97810a67ed 100644 --- a/gcc/config/i386/winnt.c +++ b/gcc/config/i386/winnt.c @@ -672,7 +672,7 @@ i386_pe_section_type_flags (tree decl, const char *name, int reloc) unsigned int **slot; /* The names we put in the hashtable will always be the unique - versions gived to us by the stringtable, so we can just use + versions given to us by the stringtable, so we can just use their addresses as the keys. */ if (!htab) htab = htab_create (31, htab_hash_pointer, htab_eq_pointer, NULL); |