Author: lattner Date: Thu Nov 15 23:32:05 2007 New Revision: 44187 URL: http://llvm.org/viewvc/llvm-project?rev=44187&view=rev Log: fix a 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=44187&r1=44186&r2=44187&view=diff ============================================================================== --- llvm/trunk/docs/WritingAnLLVMPass.html (original) +++ llvm/trunk/docs/WritingAnLLVMPass.html Thu Nov 15 23:32:05 2007 @@ -1187,7 +1187,7 @@ <div class="doc_text"> -<p>Now that we understand the basics of how passes are defined, how the are +<p>Now that we understand the basics of how passes are defined, how they are used, and how they are required from other passes, it's time to get a little bit fancier. All of the pass relationships that we have seen so far are very simple: one pass depends on one other specific pass to be run before it can run. _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits