mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-07 04:38:20 +00:00
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
This commit is contained in:
parent
f503542218
commit
62e6eac94a
@ -977,7 +977,7 @@ implement the virtual <tt>print</tt> method:</p>
|
||||
<div class="doc_text">
|
||||
|
||||
<div class="doc_code"><pre>
|
||||
<b>virtual void</b> print(llvm::OStream &O, <b>const</b> Module *M) <b>const</b>;
|
||||
<b>virtual void</b> print(std::ostream &O, <b>const</b> Module *M) <b>const</b>;
|
||||
</pre></div>
|
||||
|
||||
<p>The <tt>print</tt> method must be implemented by "analyses" in order to print
|
||||
|
Loading…
x
Reference in New Issue
Block a user