Fixed typo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44542 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
John Criswell 2007-12-03 19:34:25 +00:00
parent c36284e93a
commit 8528e78f0d

View File

@ -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