[llvm-commits] [llvm] r44542 - /llvm/trunk/docs/WritingAnLLVMPass.html
John Criswell
criswell at uiuc.edu
Mon Dec 3 11:34:25 PST 2007
Author: criswell
Date: Mon Dec 3 13:34:25 2007
New Revision: 44542
URL: http://llvm.org/viewvc/llvm-project?rev=44542&view=rev
Log:
Fixed typo.
Modified:
llvm/trunk/docs/WritingAnLLVMPass.html
Modified: llvm/trunk/docs/WritingAnLLVMPass.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/WritingAnLLVMPass.html?rev=44542&r1=44541&r2=44542&view=diff
==============================================================================
--- llvm/trunk/docs/WritingAnLLVMPass.html (original)
+++ llvm/trunk/docs/WritingAnLLVMPass.html Mon Dec 3 13:34:25 2007
@@ -996,7 +996,7 @@
<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
More information about the llvm-commits
mailing list