diff options
Diffstat (limited to 'gcc/tree-ssa-loop-prefetch.c')
-rw-r--r-- | gcc/tree-ssa-loop-prefetch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-loop-prefetch.c b/gcc/tree-ssa-loop-prefetch.c index 1adaed5..0260b26 100644 --- a/gcc/tree-ssa-loop-prefetch.c +++ b/gcc/tree-ssa-loop-prefetch.c @@ -65,7 +65,7 @@ along with GCC; see the file COPYING3. If not see #include "stmt.h" #include "expr.h" #include "insn-codes.h" -#include "optabs.h" +#include "optabs-query.h" #include "recog.h" /* This pass inserts prefetch instructions to optimize cache usage during |