projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16b04f3
)
Fixed some punctuation.
author
John Criswell
<criswell@uiuc.edu>
Fri, 15 Jul 2005 19:25:12 +0000
(19:25 +0000)
committer
John Criswell
<criswell@uiuc.edu>
Fri, 15 Jul 2005 19:25:12 +0000
(19:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22443
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/WritingAnLLVMPass.html
patch
|
blob
|
history
diff --git
a/docs/WritingAnLLVMPass.html
b/docs/WritingAnLLVMPass.html
index 112705b9b8bcb132cd6ee7f1460a984c3ce9b3c4..1146362ac55d7b5b26ae58485dd7007410c7836f 100644
(file)
--- a/
docs/WritingAnLLVMPass.html
+++ b/
docs/WritingAnLLVMPass.html
@@
-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>