[llvm-commits] [llvm] r44187 - /llvm/trunk/docs/WritingAnLLVMPass.html
Chris Lattner
sabre at nondot.org
Thu Nov 15 21:32:07 PST 2007
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.
More information about the llvm-commits
mailing list