mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-28 03:25:23 +00:00
remove a few dead insertion methods.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79882 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -350,8 +350,3 @@ void LoopDependenceAnalysis::print(raw_ostream &OS, const Module*) const {
|
||||
// TODO: doc why const_cast is safe
|
||||
PrintLoopInfo(OS, const_cast<LoopDependenceAnalysis*>(this), this->L);
|
||||
}
|
||||
|
||||
void LoopDependenceAnalysis::print(std::ostream &OS, const Module *M) const {
|
||||
raw_os_ostream os(OS);
|
||||
print(os, M);
|
||||
}
|
||||
|
Reference in New Issue
Block a user