diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index 5d8b1c10490..047ac6ef2d5 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -977,7 +977,7 @@ implement the virtual print method:

-  virtual void print(llvm::OStream &O, const Module *M) const;
+  virtual void print(std::ostream &O, const Module *M) const;
 

The print method must be implemented by "analyses" in order to print