Skip to content
Commit df851ff9 authored by Torok Edwin's avatar Torok Edwin
Browse files

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

llvm-svn: 58337
parent c0468cf0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment