diff options
Diffstat (limited to 'include/llvm/Analysis/FindUsedTypes.h')
-rw-r--r-- | include/llvm/Analysis/FindUsedTypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/FindUsedTypes.h b/include/llvm/Analysis/FindUsedTypes.h index 4888dda393..2f3e81c5a6 100644 --- a/include/llvm/Analysis/FindUsedTypes.h +++ b/include/llvm/Analysis/FindUsedTypes.h @@ -29,7 +29,7 @@ public: // passed in, then the types are printed symbolically if possible, using the // symbol table from the module. // - void printTypes(std::ostream &o, const Module *M = 0) const; + void print(std::ostream &o, const Module *M) const; private: // IncorporateType - Incorporate one type and all of its subtypes into the |