mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-20 14:29:27 +00:00
Remove dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31668 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e253385b10
commit
f13dc1b9e8
@ -41,9 +41,6 @@ public:
|
|||||||
/// Augment AvailableAnalysis by adding analysis made available by pass P.
|
/// Augment AvailableAnalysis by adding analysis made available by pass P.
|
||||||
void noteDownAvailableAnalysis(Pass *P);
|
void noteDownAvailableAnalysis(Pass *P);
|
||||||
|
|
||||||
/// Remove AnalysisID from the RequiredSet
|
|
||||||
void removeAnalysis(AnalysisID AID);
|
|
||||||
|
|
||||||
/// Remove Analysis that is not preserved by the pass
|
/// Remove Analysis that is not preserved by the pass
|
||||||
void removeNotPreservedAnalysis(Pass *P);
|
void removeNotPreservedAnalysis(Pass *P);
|
||||||
|
|
||||||
@ -233,12 +230,6 @@ void CommonPassManagerImpl::noteDownAvailableAnalysis(Pass *P) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Remove AnalysisID from the RequiredSet
|
|
||||||
void CommonPassManagerImpl::removeAnalysis(AnalysisID AID) {
|
|
||||||
|
|
||||||
// TODO
|
|
||||||
}
|
|
||||||
|
|
||||||
/// Remove Analyss not preserved by Pass P
|
/// Remove Analyss not preserved by Pass P
|
||||||
void CommonPassManagerImpl::removeNotPreservedAnalysis(Pass *P) {
|
void CommonPassManagerImpl::removeNotPreservedAnalysis(Pass *P) {
|
||||||
AnalysisUsage AnUsage;
|
AnalysisUsage AnUsage;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user