mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-04 10:30:30 +00:00
Drop redundant print impl.
llvm-svn: 74553
This commit is contained in:
parent
b3c5210779
commit
80491961f9
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user