mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 17:32:36 +00:00
Fixed some punctuation.
llvm-svn: 22443
This commit is contained in:
parent
957e0e7c9e
commit
7e59cfe0bf
@ -471,9 +471,9 @@ following signature:</p>
|
||||
<b>virtual bool</b> runOnModule(Module &M) = 0;
|
||||
</pre>
|
||||
|
||||
<p>The <tt>runOnModule</tt> method performs the interesting work of the pass,
|
||||
and should return true if the module was modified by the transformation, false
|
||||
otherwise.</p>
|
||||
<p>The <tt>runOnModule</tt> method performs the interesting work of the pass.
|
||||
It should return true if the module was modified by the transformation and
|
||||
false otherwise.</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user