diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-03-09 22:38:42 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-03-09 22:38:42 +0000 |
| commit | dfea29e2c5c45a3bb3f0696bfa1061797bd26355 (patch) | |
| tree | 291656605ad07c34b0b32b8576400e0e89bce3af /llvm/docs | |
| parent | 60f6833376cf1c9cbd7441e08e1697107b89bc4c (diff) | |
| download | bcm5719-llvm-dfea29e2c5c45a3bb3f0696bfa1061797bd26355.tar.gz bcm5719-llvm-dfea29e2c5c45a3bb3f0696bfa1061797bd26355.zip | |
Adding an intrinsic is simpler still.
llvm-svn: 26674
Diffstat (limited to 'llvm/docs')
| -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 d2f358e6137..008eb0a312f 100644 --- a/llvm/docs/ExtendingLLVM.html +++ b/llvm/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> |

