* config/mips/predicates.md (small_data_pattern): Match prefetches.
From-SVN: r86518
This commit is contained in:
parent
b3393f1f4d
commit
cf1d880b5f
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-08-24 Richard Sandiford <rsandifo@redhat.com>
|
||||
|
||||
* config/mips/predicates.md (small_data_pattern): Match prefetches.
|
||||
|
||||
2004-08-24 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
|
||||
|
||||
PR tree-optimization/17016
|
||||
|
|
|
@ -198,5 +198,5 @@
|
|||
|
||||
|
||||
(define_predicate "small_data_pattern"
|
||||
(and (match_code "set,parallel,unspec,unspec_volatile")
|
||||
(and (match_code "set,parallel,unspec,unspec_volatile,prefetch")
|
||||
(match_test "mips_small_data_pattern_p (op)")))
|
||||
|
|
Loading…
Add table
Reference in a new issue