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

Chris Lattner lattner at cs.uiuc.edu
Thu Mar 9 14:38:54 PST 2006



Changes in directory llvm/docs:

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

Adding an intrinsic is 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.24 llvm/docs/ExtendingLLVM.html:1.25
--- llvm/docs/ExtendingLLVM.html:1.24	Thu Mar  9 16:32:16 2006
+++ llvm/docs/ExtendingLLVM.html	Thu Mar  9 16:38:42 2006
@@ -92,10 +92,6 @@
     constant fold your intrinsic, add support to it in the 
     <tt>canConstantFoldCallTo</tt> and <tt>ConstantFoldCall</tt> functions.</li>
 
-<li><tt>llvm/lib/Transforms/Utils/Local.cpp</tt>: If your intrinsic has no side-
-    effects, add it to the list of intrinsics in the 
-    <tt>isInstructionTriviallyDead</tt> function.</li>
-
 <li><tt>llvm/test/Regression/*</tt>: Add test cases for your test cases to the 
     test suite</li>
 </ol>
@@ -394,7 +390,7 @@
 
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
   <br>
-  Last modified: $Date: 2006/03/09 22:32:16 $
+  Last modified: $Date: 2006/03/09 22:38:42 $
 </address>
 
 </body>






More information about the llvm-commits mailing list