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:
8925627
)
Fix a tag-o
author
Chris Lattner
<sabre@nondot.org>
Wed, 17 Mar 2004 21:33:32 +0000
(21:33 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 17 Mar 2004 21:33:32 +0000
(21:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12477
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/WritingAnLLVMPass.html
patch
|
blob
|
history
diff --git
a/docs/WritingAnLLVMPass.html
b/docs/WritingAnLLVMPass.html
index d4df8476f65b5fc3fa5b72226eb22193c39d73d0..ac9edea39aed2addd23e6fc55145becf042ca91c 100644
(file)
--- a/
docs/WritingAnLLVMPass.html
+++ b/
docs/WritingAnLLVMPass.html
@@
-912,7
+912,7
@@
method. It takes a single template argument that specifies which pass class you
want, and returns a reference to that pass. For example:</p>
<pre>
- bool LICM::runOnFunction(Function &F) {
+ bool LICM::runOnFunction(Function &
amp;
F) {
LoopInfo &LI = getAnalysis<LoopInfo>();
...
}