summaryrefslogtreecommitdiff
path: root/gcc/combine.c
diff options
context:
space:
mode:
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-22 16:26:03 +0000
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-22 16:26:03 +0000
commit51a26f41aa477749f52ffaa6e9abaea6cc3d9131 (patch)
treeb57a345f2c61e779772fcc0094a264088d00b19c /gcc/combine.c
parentaa951e73c15ab8273794a0267ca82c4a55c5e6f7 (diff)
downloadgcc-51a26f41aa477749f52ffaa6e9abaea6cc3d9131.tar.gz
* config/i386/ppro.md (ppro_complex_insn): Add missing check
for cpu==pentiumpro. * combine.c (struct reg_stat): Fix comment typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86380 138bc75d-0d04-0410-961f-82ee72b054a4
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 a116f81360c..4bd1555b1ed 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. */