diff options
Diffstat (limited to 'llvm/lib/Analysis/DataStructure/PgmDependenceGraph.h')
-rw-r--r-- | llvm/lib/Analysis/DataStructure/PgmDependenceGraph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/DataStructure/PgmDependenceGraph.h b/llvm/lib/Analysis/DataStructure/PgmDependenceGraph.h index d7774943bd9..a56a7d323ff 100644 --- a/llvm/lib/Analysis/DataStructure/PgmDependenceGraph.h +++ b/llvm/lib/Analysis/DataStructure/PgmDependenceGraph.h @@ -292,7 +292,7 @@ public: /// Debugging support methods /// - void print(std::ostream &O) const; + void print(std::ostream &O, const Module* = 0) const; void dump() const; }; |