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

Chris Lattner lattner at cs.uiuc.edu
Thu Mar 9 14:32:27 PST 2006



Changes in directory llvm/docs:

ExtendingLLVM.html updated: 1.23 -> 1.24
---
Log message:

Simpler still


---
Diffs of the changes:  (+1 -5)

 ExtendingLLVM.html |    6 +-----
 1 files changed, 1 insertion(+), 5 deletions(-)


Index: llvm/docs/ExtendingLLVM.html
diff -u llvm/docs/ExtendingLLVM.html:1.23 llvm/docs/ExtendingLLVM.html:1.24
--- llvm/docs/ExtendingLLVM.html:1.23	Thu Mar  9 16:07:39 2006
+++ llvm/docs/ExtendingLLVM.html	Thu Mar  9 16:32:16 2006
@@ -88,10 +88,6 @@
 <li><tt>llvm/include/llvm/Intrinsics.td</tt>:
     Add an entry for your intrinsic.</li>
 
-<li><tt>llvm/lib/Analysis/BasicAliasAnalysis.cpp</tt>: If the new intrinsic does
-    not access memory or does not write to memory, add it to the relevant list
-    of functions.</li>
-
 <li><tt>llvm/lib/Analysis/ConstantFolding.cpp</tt>: If it is possible to 
     constant fold your intrinsic, add support to it in the 
     <tt>canConstantFoldCallTo</tt> and <tt>ConstantFoldCall</tt> functions.</li>
@@ -398,7 +394,7 @@
 
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
   <br>
-  Last modified: $Date: 2006/03/09 22:07:39 $
+  Last modified: $Date: 2006/03/09 22:32:16 $
 </address>
 
 </body>






More information about the llvm-commits mailing list