fix prototype of print, it is (llvm/Pass.h):
authorTorok Edwin <edwintorok@gmail.com>
Tue, 28 Oct 2008 17:29:23 +0000 (17:29 +0000)
committerTorok Edwin <edwintorok@gmail.com>
Tue, 28 Oct 2008 17:29:23 +0000 (17:29 +0000)
commit52790e5865202f3805cf9b1e9145ce19653c0add
treec4fa8e9b42cdf0f0a3c95c1c32277a4f5d1aca02
parent83f5c856d92758d1b859d7ad554a2d7ce1eb0d1e
fix prototype of print, it is (llvm/Pass.h):
  virtual void print(std::ostream &O, const Module *M) const;
instead of
  virtual void print(llvm::OStream &O, const Module *M) const;
as the docs say

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58337 91177308-0d34-0410-b5e6-96231b3b80d8
docs/WritingAnLLVMPass.html