[PATCH] D73498: [NFC] Remove extra headers included in Loop Unroll and LoopUnrollAndJam files
Anh Tuyen Tran via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 31 08:47:20 PST 2020
anhtuyen marked an inline comment as done.
anhtuyen added inline comments.
================
Comment at: llvm/lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp:14-17
-#include "llvm/ADT/None.h"
-#include "llvm/ADT/STLExtras.h"
-#include "llvm/ADT/SmallPtrSet.h"
-#include "llvm/ADT/StringRef.h"
----------------
rnk wrote:
> dmgreen wrote:
> > These 4 are used in one way of another.
> None is used in this file.
Yes, I will put them back.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73498/new/
https://reviews.llvm.org/D73498
More information about the llvm-commits
mailing list