mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-24 13:18:17 +00:00
Convert CallInst and InvokeInst APIs to use ArrayRef.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135265 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -616,6 +616,7 @@ from the previous release.</p>
|
||||
include:
|
||||
<ul>
|
||||
<!-- Please keep this list sorted. -->
|
||||
<li><code>CallInst::Create</code></li>
|
||||
<li><code>ComputeLinearIndex</code> (in <code>llvm/CodeGen/Analysis.h</code>)</li>
|
||||
<li><code>ConstantArray::get</code></li>
|
||||
<li><code>ConstantExpr::getExtractElement</code></li>
|
||||
@@ -629,10 +630,13 @@ from the previous release.</p>
|
||||
<li><code>ExtractValueInst::getIndexedType</code></li>
|
||||
<li><code>ExtractValueInst::getIndices</code></li>
|
||||
<li><code>FindInsertedValue</code> (in <code>llvm/Analysis/ValueTracking.h</code>)</li>
|
||||
<li><code>IRBuilder::CreateCall</code></li>
|
||||
<li><code>IRBuilder::CreateExtractValue</code></li>
|
||||
<li><code>IRBuilder::CreateInsertValue</code></li>
|
||||
<li><code>IRBuilder::CreateInvoke</code></li>
|
||||
<li><code>InsertValueInst::Create</code></li>
|
||||
<li><code>InsertValueInst::getIndices</code></li>
|
||||
<li><code>InvokeInst::Create</code></li>
|
||||
<li><code>MDNode::get</code></li>
|
||||
<li><code>MDNode::getIfExists</code></li>
|
||||
<li><code>MDNode::getTemporary</code></li>
|
||||
|
||||
Reference in New Issue
Block a user