[llvm-commits] CVS: llvm/docs/WritingAnLLVMPass.html

Devang Patel dpatel at apple.com
Wed Jun 20 11:51:37 PDT 2007



Changes in directory llvm/docs:

WritingAnLLVMPass.html updated: 1.62 -> 1.63
---
Log message:

Update AnalysisGroup documentation to document restriction that allows 
only one ImmutablePass in a group.


---
Diffs of the changes:  (+4 -3)

 WritingAnLLVMPass.html |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)


Index: llvm/docs/WritingAnLLVMPass.html
diff -u llvm/docs/WritingAnLLVMPass.html:1.62 llvm/docs/WritingAnLLVMPass.html:1.63
--- llvm/docs/WritingAnLLVMPass.html:1.62	Thu Jun  7 11:44:52 2007
+++ llvm/docs/WritingAnLLVMPass.html	Wed Jun 20 13:51:14 2007
@@ -1308,8 +1308,9 @@
 <p>Here we show how the default implementation is specified (using the extra
 argument to the <tt>RegisterAnalysisGroup</tt> template).  There must be exactly
 one default implementation available at all times for an Analysis Group to be
-used.  Here we declare that the <tt><a
-href="http://llvm.org/doxygen/structBasicAliasAnalysis.html">BasicAliasAnalysis</a></tt>
+used.  Only default implementation can derive from <tt>ImmutablePass</tt>. 
+Here we declare that the
+ <tt><a href="http://llvm.org/doxygen/structBasicAliasAnalysis.html">BasicAliasAnalysis</a></tt>
 pass is the default implementation for the interface.</p>
 
 </div>
@@ -1809,7 +1810,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2007/06/07 16:44:52 $
+  Last modified: $Date: 2007/06/20 18:51:14 $
 </address>
 
 </body>






More information about the llvm-commits mailing list