summaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/PgmDependenceGraph.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Analysis/DataStructure/PgmDependenceGraph.h')
-rw-r--r--lib/Analysis/DataStructure/PgmDependenceGraph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/DataStructure/PgmDependenceGraph.h b/lib/Analysis/DataStructure/PgmDependenceGraph.h
index d7774943bd..a56a7d323f 100644
--- a/lib/Analysis/DataStructure/PgmDependenceGraph.h
+++ b/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;
};