* tree-ssa-loop-prefetch.c: Delete FIXME after the includes.
From-SVN: r242675
+2016-11-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
+
+ * tree-ssa-loop-prefetch.c: Delete FIXME after the includes.
+
2016-11-21 Martin Sebor <msebor@redhat.com>
* doc/invoke.texi (-fprintf-return-value): Document that option
#include "tree-inline.h"
#include "tree-data-ref.h"
-
-/* FIXME: Needed for optabs, but this should all be moved to a TBD interface
- between the GIMPLE and RTL worlds. */
-
/* This pass inserts prefetch instructions to optimize cache usage during
accesses to arrays in loops. It processes loops sequentially and: