[Analysis][NFC] Include LoopInfoImpl only in source file (#187459)
There's no need to include the full LoopInfo implementation in every source file that uses LoopInfo. Pull Request: https://github.com/llvm/llvm-project/pull/187459
This commit is contained in:
parent
4262045ba9
commit
333ac33be6
@ -18,7 +18,7 @@
|
||||
#include "llvm/IR/PassManager.h"
|
||||
#include "llvm/Pass.h"
|
||||
#include "llvm/Support/Compiler.h"
|
||||
#include "llvm/Support/GenericLoopInfoImpl.h"
|
||||
#include "llvm/Support/GenericLoopInfo.h"
|
||||
#include <optional>
|
||||
#include <utility>
|
||||
|
||||
|
||||
@ -38,6 +38,7 @@
|
||||
#include "llvm/InitializePasses.h"
|
||||
#include "llvm/Support/CommandLine.h"
|
||||
#include "llvm/Support/Compiler.h"
|
||||
#include "llvm/Support/GenericLoopInfoImpl.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
using namespace llvm;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user