diff options
| author | Jay Foad <jay.foad@gmail.com> | 2011-07-25 09:48:08 +0000 |
|---|---|---|
| committer | Jay Foad <jay.foad@gmail.com> | 2011-07-25 09:48:08 +0000 |
| commit | d1b7849d49d968a6f5398eb5534a763d42be97b8 (patch) | |
| tree | 80773d650d8c3049e3a9fdc3e21597e7853925b7 /llvm/docs | |
| parent | 1dba445e433aea5bb188e424650c912f620ad341 (diff) | |
| download | bcm5719-llvm-d1b7849d49d968a6f5398eb5534a763d42be97b8.tar.gz bcm5719-llvm-d1b7849d49d968a6f5398eb5534a763d42be97b8.zip | |
Convert GetElementPtrInst to use ArrayRef.
llvm-svn: 135904
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 9649d87b0d3..0b0377d8756 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -639,6 +639,9 @@ from the previous release.</p> <li><code>FindInsertedValue</code> (in <code>llvm/Analysis/ValueTracking.h</code>)</li> <li><code>gep_type_begin</code> (in <code>llvm/Support/GetElementPtrTypeIterator.h</code>)</li> <li><code>gep_type_end</code> (in <code>llvm/Support/GetElementPtrTypeIterator.h</code>)</li> +<li><code>GetElementPtrInst::Create</code></li> +<li><code>GetElementPtrInst::CreateInBounds</code></li> +<li><code>GetElementPtrInst::getIndexedType</code></li> <li><code>InsertValueInst::Create</code></li> <li><code>InsertValueInst::getIndices</code></li> <li><code>InvokeInst::Create</code></li> |

