Simpler still
authorChris Lattner <sabre@nondot.org>
Thu, 9 Mar 2006 22:32:16 +0000 (22:32 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 9 Mar 2006 22:32:16 +0000 (22:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26671 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ExtendingLLVM.html

index 0d90fc1c08169c94200643132e4b4086867fd4b3..d2f358e6137abf0dd517110344214bcd607a0c28 100644 (file)
@@ -88,10 +88,6 @@ function and then be turned into an instruction if warranted.</p>
 <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>