mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 02:33:33 +00:00
Fixed some punctuation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22443 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
16b04f3d5e
commit
2382ff7fbe
@ -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