forked from OSchip/llvm-project
[Analysis] Remove getLoopPackage (NFC)
The last use was removed on Apr 28, 2014 in commit
c5a3139ebd
.
This commit is contained in:
parent
fcb710a7ad
commit
958437de52
|
@ -455,12 +455,6 @@ public:
|
|||
bool addToDist(Distribution &Dist, const LoopData *OuterLoop,
|
||||
const BlockNode &Pred, const BlockNode &Succ, uint64_t Weight);
|
||||
|
||||
LoopData &getLoopPackage(const BlockNode &Head) {
|
||||
assert(Head.Index < Working.size());
|
||||
assert(Working[Head.Index].isLoopHeader());
|
||||
return *Working[Head.Index].Loop;
|
||||
}
|
||||
|
||||
/// Analyze irreducible SCCs.
|
||||
///
|
||||
/// Separate irreducible SCCs from \c G, which is an explicit graph of \c
|
||||
|
|
Loading…
Reference in New Issue