diff options
author | Chris Lattner <sabre@nondot.org> | 2006-03-09 22:32:16 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-03-09 22:32:16 +0000 |
commit | 02d2a6bf66f147ba61c079e9b8f4d728f462fae0 (patch) | |
tree | f8221a39bd7043fe5fd3bd2e2841e1ca04707f9f /llvm/docs/ExtendingLLVM.html | |
parent | bb40a9fa583d29e3d9bc3637d47b53f180bb1028 (diff) | |
download | bcm5719-llvm-02d2a6bf66f147ba61c079e9b8f4d728f462fae0.tar.gz bcm5719-llvm-02d2a6bf66f147ba61c079e9b8f4d728f462fae0.zip |
Simpler still
llvm-svn: 26671
Diffstat (limited to 'llvm/docs/ExtendingLLVM.html')
-rw-r--r-- | llvm/docs/ExtendingLLVM.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/docs/ExtendingLLVM.html b/llvm/docs/ExtendingLLVM.html index 0d90fc1c081..d2f358e6137 100644 --- a/llvm/docs/ExtendingLLVM.html +++ b/llvm/docs/ExtendingLLVM.html @@ -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> |