diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 543d38b5e24..b30319eb664 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2016-11-21 Kyrylo Tkachov + + * tree-ssa-loop-prefetch.c: Delete FIXME after the includes. + 2016-11-21 Martin Sebor * doc/invoke.texi (-fprintf-return-value): Document that option diff --git a/gcc/tree-ssa-loop-prefetch.c b/gcc/tree-ssa-loop-prefetch.c index 43ee85aae92..0a2ee5ea25f 100644 --- a/gcc/tree-ssa-loop-prefetch.c +++ b/gcc/tree-ssa-loop-prefetch.c @@ -48,10 +48,6 @@ along with GCC; see the file COPYING3. If not see #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: