From 51a26f41aa477749f52ffaa6e9abaea6cc3d9131 Mon Sep 17 00:00:00 2001 From: steven Date: Sun, 22 Aug 2004 16:26:03 +0000 Subject: * 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 --- gcc/combine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/combine.c') 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. */ -- cgit v1.2.1