summaryrefslogtreecommitdiff
path: root/docs/ExtendingLLVM.html
diff options
context:
space:
mode:
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>