mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-21 03:05:15 +00:00
Remove dead code.
llvm-svn: 31668
This commit is contained in:
parent
71420afe60
commit
0eb0bad5e8
@ -41,9 +41,6 @@ public:
|
||||
/// Augment AvailableAnalysis by adding analysis made available by pass P.
|
||||
void noteDownAvailableAnalysis(Pass *P);
|
||||
|
||||
/// Remove AnalysisID from the RequiredSet
|
||||
void removeAnalysis(AnalysisID AID);
|
||||
|
||||
/// Remove Analysis that is not preserved by the pass
|
||||
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
|
||||
void CommonPassManagerImpl::removeNotPreservedAnalysis(Pass *P) {
|
||||
AnalysisUsage AnUsage;
|
||||
|
Loading…
x
Reference in New Issue
Block a user