[llvm-commits] [llvm] r44018 - /llvm/branches/SVA/docs/WritingAnLLVMPass.html
John Criswell
criswell at uiuc.edu
Mon Nov 12 08:57:56 PST 2007
Author: criswell
Date: Mon Nov 12 10:57:56 2007
New Revision: 44018
URL: http://llvm.org/viewvc/llvm-project?rev=44018&view=rev
Log:
Fix typo.
Modified:
llvm/branches/SVA/docs/WritingAnLLVMPass.html
Modified: llvm/branches/SVA/docs/WritingAnLLVMPass.html
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/SVA/docs/WritingAnLLVMPass.html?rev=44018&r1=44017&r2=44018&view=diff
==============================================================================
--- llvm/branches/SVA/docs/WritingAnLLVMPass.html (original)
+++ llvm/branches/SVA/docs/WritingAnLLVMPass.html Mon Nov 12 10:57:56 2007
@@ -1065,7 +1065,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