Commit cf1d880b by Richard Sandiford Committed by Richard Sandiford

* config/mips/predicates.md (small_data_pattern): Match prefetches.

From-SVN: r86518
parent b3393f1f
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)")))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment