aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>2016-11-21 17:22:45 +0000
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>2016-11-21 17:22:45 +0000
commit207a08cdd1b2566b1aecbe93c44fa1490af71842 (patch)
tree4c857e3e4d513da8e8307a9f7ff174a3c0f16d77
parent89990732da0502a298fd10f8bfb85e2973259ef6 (diff)
downloadgcc-207a08cdd1b2566b1aecbe93c44fa1490af71842.zip
gcc-207a08cdd1b2566b1aecbe93c44fa1490af71842.tar.gz
gcc-207a08cdd1b2566b1aecbe93c44fa1490af71842.tar.bz2
Remove dead FIXME
* tree-ssa-loop-prefetch.c: Delete FIXME after the includes. From-SVN: r242675
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/tree-ssa-loop-prefetch.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 543d38b..b30319e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/tree-ssa-loop-prefetch.c b/gcc/tree-ssa-loop-prefetch.c
index 43ee85a..0a2ee5e 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: