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:
45b22fa
)
fix a typo
author
Chris Lattner
<sabre@nondot.org>
Fri, 16 Nov 2007 05:32:05 +0000
(
05:32
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 16 Nov 2007 05:32:05 +0000
(
05:32
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44187
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/WritingAnLLVMPass.html
patch
|
blob
|
history
diff --git
a/docs/WritingAnLLVMPass.html
b/docs/WritingAnLLVMPass.html
index 58bea1a0cad4cce106158fb54808e40c73d6a012..61bbba51361939e4b0652b12b17577cb8bbfa83e 100644
(file)
--- a/
docs/WritingAnLLVMPass.html
+++ b/
docs/WritingAnLLVMPass.html
@@
-1187,7
+1187,7
@@
it is active. For example:</p>
<div class="doc_text">
-<p>Now that we understand the basics of how passes are defined, how the are
+<p>Now that we understand the basics of how passes are defined, how the
y
are
used, and how they are required from other passes, it's time to get a little bit
fancier. All of the pass relationships that we have seen so far are very
simple: one pass depends on one other specific pass to be run before it can run.