gcc/
commit1d375a798853792b1bf504f554c367ec0fbfc047
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 5 Jul 2015 07:50:31 +0000 (5 07:50 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 5 Jul 2015 07:50:31 +0000 (5 07:50 +0000)
tree2ead129b539b876961452bf5f3dd621395a14b87
parent1d99ab0ae54d0adac2dcd1c1b2105dd09cac2d7e
gcc/
* target-insns.def (prefetch): New targetm instruction pattern.
* tree-ssa-loop-prefetch.c: Include targeth.
(tree_ssa_prefetch_arrays): Use prefetch targetm pattern instead
of HAVE_*/gen_* interface.
* builtins.c (expand_builtin_prefetch): Likewise.
* toplev.c (process_options): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225424 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/builtins.c
gcc/target-insns.def
gcc/toplev.c
gcc/tree-ssa-loop-prefetch.c