Drop redundant print impl.

llvm-svn: 74553
This commit is contained in:
Andreas Bolka 2009-06-30 21:33:56 +00:00
parent b3c5210779
commit 80491961f9

View File

@ -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