add scaffolding for splitting of vectors.
[oota-llvm.git] / docs / WritingAnLLVMPass.html
index 61bbba51361939e4b0652b12b17577cb8bbfa83e..aae0dec6b1a0a3ea8a5775bef428a638cba91de4 100644 (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