forked from OSchip/llvm-project
parent
9992d61727
commit
92c1f363f4
|
@ -82,8 +82,6 @@ void MemoryDependenceAnalysis::releaseMemory() {
|
|||
PredCache->clear();
|
||||
}
|
||||
|
||||
|
||||
|
||||
/// getAnalysisUsage - Does not modify anything. It uses Alias Analysis.
|
||||
///
|
||||
void MemoryDependenceAnalysis::getAnalysisUsage(AnalysisUsage &AU) const {
|
||||
|
|
Loading…
Reference in New Issue