From: Andreas Bolka Date: Tue, 30 Jun 2009 21:33:56 +0000 (+0000) Subject: Drop redundant print impl. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f67799501cb8d17107133af658b8b705081b4c92;p=oota-llvm.git Drop redundant print impl. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74553 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Analysis/LoopDependenceAnalysis.h b/include/llvm/Analysis/LoopDependenceAnalysis.h index bde426ba9a8..044270da314 100644 --- a/include/llvm/Analysis/LoopDependenceAnalysis.h +++ b/include/llvm/Analysis/LoopDependenceAnalysis.h @@ -48,9 +48,6 @@ namespace llvm { void print(raw_ostream&, const Module* = 0) const; virtual void print(std::ostream&, const Module* = 0) const; - void print(std::ostream *OS, const Module *M = 0) const { - if (OS) print(*OS, M); - } }; // class LoopDependenceAnalysis