diff options
Diffstat (limited to 'include/llvm/Analysis/FindUnsafePointerTypes.h')
-rw-r--r-- | include/llvm/Analysis/FindUnsafePointerTypes.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/llvm/Analysis/FindUnsafePointerTypes.h b/include/llvm/Analysis/FindUnsafePointerTypes.h index 038d7639c3..59fc78e3f7 100644 --- a/include/llvm/Analysis/FindUnsafePointerTypes.h +++ b/include/llvm/Analysis/FindUnsafePointerTypes.h @@ -39,10 +39,9 @@ public: // virtual bool run(Module &M); - // printResults - Loop over the results of the analysis, printing out unsafe - // types. + // print - Loop over the results of the analysis, printing out unsafe types. // - void printResults(const Module *Mod, std::ostream &o) const; + void print(std::ostream &o, const Module *Mod) const; // getAnalysisUsage - Of course, we provide ourself... // |