1
0
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:
Florian Hahn 2018-10-03 11:01:23 +00:00
parent 9f920ea37e
commit 878c9836d0

View File

@ -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;