mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Delete an unused member variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86160 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f17e9511f1
commit
6890584ab1
@ -50,7 +50,6 @@ namespace {
|
||||
LCSSA() : LoopPass(&ID) {}
|
||||
|
||||
// Cached analysis information for the current function.
|
||||
LoopInfo *LI;
|
||||
DominatorTree *DT;
|
||||
std::vector<BasicBlock*> LoopBlocks;
|
||||
PredIteratorCache PredCache;
|
||||
@ -121,7 +120,6 @@ static bool BlockDominatesAnExit(BasicBlock *BB,
|
||||
bool LCSSA::runOnLoop(Loop *TheLoop, LPPassManager &LPM) {
|
||||
L = TheLoop;
|
||||
|
||||
LI = &LPM.getAnalysis<LoopInfo>();
|
||||
DT = &getAnalysis<DominatorTree>();
|
||||
|
||||
// Get the set of exiting blocks.
|
||||
|
Loading…
x
Reference in New Issue
Block a user