aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2007-12-03 19:34:25 +0000
committerJohn Criswell <criswell@uiuc.edu>2007-12-03 19:34:25 +0000
commita99e43f7a5f1dbce16bcf807b253f72beb980abe (patch)
tree5b361271c9c1ef7da55b3efa3e20ba7fc0f2e8a7 /docs
parent0cdd26935fe63d723a22028a78372713fc721370 (diff)
downloadexternal_llvm-a99e43f7a5f1dbce16bcf807b253f72beb980abe.zip
external_llvm-a99e43f7a5f1dbce16bcf807b253f72beb980abe.tar.gz
external_llvm-a99e43f7a5f1dbce16bcf807b253f72beb980abe.tar.bz2
Fixed typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44542 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/WritingAnLLVMPass.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html
index 61bbba5..aae0dec 100644
--- a/docs/WritingAnLLVMPass.html
+++ b/docs/WritingAnLLVMPass.html
@@ -996,7 +996,7 @@ depended on.</p>
<div class="doc_text">
-<p>One of the main responsibilities of the <tt>PassManager</tt> is the make sure
+<p>One of the main responsibilities of the <tt>PassManager</tt> is to make sure
that passes interact with each other correctly. Because <tt>PassManager</tt>
tries to <a href="#passmanager">optimize the execution of passes</a> it must
know how the passes interact with each other and what dependencies exist between