aboutsummaryrefslogtreecommitdiff
path: root/gcc/combine.c
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2004-08-22 16:26:03 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2004-08-22 16:26:03 +0000
commit324a6c95a9c2133b2cfddce8386d3cc868dadcf3 (patch)
treeb57a345f2c61e779772fcc0094a264088d00b19c /gcc/combine.c
parent41db84259e234f68d3913a34f1d09c9e1dde6595 (diff)
downloadgcc-324a6c95a9c2133b2cfddce8386d3cc868dadcf3.zip
gcc-324a6c95a9c2133b2cfddce8386d3cc868dadcf3.tar.gz
gcc-324a6c95a9c2133b2cfddce8386d3cc868dadcf3.tar.bz2
ppro.md (ppro_complex_insn): Add missing check for cpu==pentiumpro.
* config/i386/ppro.md (ppro_complex_insn): Add missing check for cpu==pentiumpro. * combine.c (struct reg_stat): Fix comment typo. From-SVN: r86380
Diffstat (limited to 'gcc/combine.c')
-rw-r--r--gcc/combine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/combine.c b/gcc/combine.c
index a116f81..4bd1555 100644
--- a/gcc/combine.c
+++ b/gcc/combine.c
@@ -205,7 +205,7 @@ struct reg_stat {
int last_set_label;
/* These fields are maintained in parallel with last_set_value and are
- used to store the mode in which the register was last set, te bits
+ used to store the mode in which the register was last set, the bits
that were known to be zero when it was last set, and the number of
sign bits copies it was known to have when it was last set. */