mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-01 08:47:42 +00:00
[LoopUnrollAndJamPass] Clean unnecessary includes. [NFCI]
This commit is contained in:
parent
4ce2d7e321
commit
2d8b592ac3
@ -9,14 +9,10 @@
|
||||
#ifndef LLVM_TRANSFORMS_SCALAR_LOOPUNROLLANDJAMPASS_H
|
||||
#define LLVM_TRANSFORMS_SCALAR_LOOPUNROLLANDJAMPASS_H
|
||||
|
||||
#include "llvm/Analysis/LoopAnalysisManager.h"
|
||||
#include "llvm/Analysis/LoopInfo.h"
|
||||
#include "llvm/IR/PassManager.h"
|
||||
|
||||
namespace llvm {
|
||||
|
||||
class Function;
|
||||
|
||||
/// A simple loop rotation transformation.
|
||||
class LoopUnrollAndJamPass : public PassInfoMixin<LoopUnrollAndJamPass> {
|
||||
const int OptLevel;
|
||||
|
Loading…
x
Reference in New Issue
Block a user