diff options
author | John Criswell <criswell@uiuc.edu> | 2007-12-03 19:34:25 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2007-12-03 19:34:25 +0000 |
commit | 8528e78f0d281de4d683de4e1b93b6ff9bed7f5c (patch) | |
tree | 5b361271c9c1ef7da55b3efa3e20ba7fc0f2e8a7 | |
parent | c36284e93a36fddf9dfc76d952f78c3297b1242a (diff) |
Fixed typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44542 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/WritingAnLLVMPass.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index 61bbba5136..aae0dec6b1 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 |