diff options
author | ktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-11-21 17:22:45 +0000 |
---|---|---|
committer | ktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-11-21 17:22:45 +0000 |
commit | 4199d12ff367a9a21b25f1dfeeab26fdc17b2546 (patch) | |
tree | 4c857e3e4d513da8e8307a9f7ff174a3c0f16d77 /gcc/tree-ssa-loop-prefetch.c | |
parent | 13341287679d915e4dc03dfe3f651aae3924a104 (diff) |
Remove dead FIXME
* tree-ssa-loop-prefetch.c: Delete FIXME after the includes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@242675 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-ssa-loop-prefetch.c')
-rw-r--r-- | gcc/tree-ssa-loop-prefetch.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/tree-ssa-loop-prefetch.c b/gcc/tree-ssa-loop-prefetch.c index 43ee85aae922..0a2ee5ea25fd 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: |