Remove dead FIXME

* tree-ssa-loop-prefetch.c: Delete FIXME after the includes.

From-SVN: r242675
This commit is contained in:
Kyrylo Tkachov 2016-11-21 17:22:45 +00:00 committed by Kyrylo Tkachov
parent 89990732da
commit 207a08cdd1
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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: