Remove dead FIXME
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Mon, 21 Nov 2016 17:22:45 +0000 (17:22 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Mon, 21 Nov 2016 17:22:45 +0000 (17:22 +0000)
* tree-ssa-loop-prefetch.c: Delete FIXME after the includes.

From-SVN: r242675

gcc/ChangeLog
gcc/tree-ssa-loop-prefetch.c

index 543d38b5e242abd318ec41a23d977b45ad931be3..b30319eb664e7598e5744b40f2a4400b85c0db41 100644 (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
index 43ee85aae9229941f20abbe578e55b1241cc000a..0a2ee5ea25fdbe8003c663b3a584b32a0f0ee7d0 100644 (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: