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
This commit is contained in:
parent
41db84259e
commit
324a6c95a9
@ -1,3 +1,10 @@
|
||||
2004-08-22 Steven Bosscher <stevenb@suse.de>
|
||||
|
||||
* config/i386/ppro.md (ppro_complex_insn): Add missing check
|
||||
for cpu==pentiumpro.
|
||||
|
||||
* combine.c (struct reg_stat): Fix comment typo.
|
||||
|
||||
2004-08-22 Joseph S. Myers <jsm@polyomino.org.uk>
|
||||
|
||||
* c-tree.h (c_sizeof_nowarn): Remove.
|
||||
|
@ -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. */
|
||||
|
||||
|
@ -137,7 +137,8 @@
|
||||
;; on decoder 0, and say that it takes a little while before the result
|
||||
;; is available.
|
||||
(define_insn_reservation "ppro_complex_insn" 6
|
||||
(eq_attr "type" "other,multi,call,callv,str")
|
||||
(and (eq_attr "cpu" "pentiumpro")
|
||||
(eq_attr "type" "other,multi,call,callv,str"))
|
||||
"decoder0")
|
||||
|
||||
;; imov with memory operands does not use the integer units.
|
||||
|
Loading…
Reference in New Issue
Block a user