mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
[LoopInterchange] Remove unused variable PreserveLCSSA (NFC).
llvm-svn: 343676
This commit is contained in:
parent
9f920ea37e
commit
878c9836d0
@ -430,7 +430,6 @@ struct LoopInterchange : public LoopPass {
|
||||
LoopInfo *LI = nullptr;
|
||||
DependenceInfo *DI = nullptr;
|
||||
DominatorTree *DT = nullptr;
|
||||
bool PreserveLCSSA;
|
||||
|
||||
/// Interface to emit optimization remarks.
|
||||
OptimizationRemarkEmitter *ORE;
|
||||
|
Loading…
Reference in New Issue
Block a user