summaryrefslogtreecommitdiff
path: root/docs/WritingAnLLVMPass.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-11-16 05:32:05 +0000
committerChris Lattner <sabre@nondot.org>2007-11-16 05:32:05 +0000
commitb7632286951f7f7977ebb0ff00a9c7e5dd746153 (patch)
tree553812db42aa25110fcc769b2a0be50d00d10ce1 /docs/WritingAnLLVMPass.html
parent45b22fa9f1f085d7971cce6db4f11b353e1646c6 (diff)
downloadllvm-b7632286951f7f7977ebb0ff00a9c7e5dd746153.tar.gz
llvm-b7632286951f7f7977ebb0ff00a9c7e5dd746153.tar.bz2
llvm-b7632286951f7f7977ebb0ff00a9c7e5dd746153.tar.xz
fix a typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44187 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/WritingAnLLVMPass.html')
-rw-r--r--docs/WritingAnLLVMPass.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html
index 58bea1a0ca..61bbba5136 100644
--- 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 they 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.