Adding an intrinsic is simpler still.

llvm-svn: 26674
This commit is contained in:
Chris Lattner 2006-03-09 22:38:42 +00:00
parent 60f6833376
commit dfea29e2c5
1 changed files with 0 additions and 4 deletions

View File

@ -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>