summaryrefslogtreecommitdiff
path: root/docs/ExtendingLLVM.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-03-09 22:38:42 +0000
committerChris Lattner <sabre@nondot.org>2006-03-09 22:38:42 +0000
commitf3ad36c2a02824495c28cd365122f18a21eebc90 (patch)
tree6a9b896a558e1f595a4745e883039b385d1a2f71 /docs/ExtendingLLVM.html
parentaeebe7f208eda273041a3d31cb261bfe372ea96b (diff)
downloadllvm-f3ad36c2a02824495c28cd365122f18a21eebc90.tar.gz
llvm-f3ad36c2a02824495c28cd365122f18a21eebc90.tar.bz2
llvm-f3ad36c2a02824495c28cd365122f18a21eebc90.tar.xz
Adding an intrinsic is simpler still.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26674 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ExtendingLLVM.html')
-rw-r--r--docs/ExtendingLLVM.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/ExtendingLLVM.html b/docs/ExtendingLLVM.html
index d2f358e613..008eb0a312 100644
--- a/docs/ExtendingLLVM.html
+++ b/docs/ExtendingLLVM.html
@@ -92,10 +92,6 @@ function and then be turned into an instruction if warranted.</p>
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>