From b60e851c03970291086966b3610be9485e1eec85 Mon Sep 17 00:00:00 2001 From: Jay Foad Date: Thu, 21 Jul 2011 14:42:51 +0000 Subject: Sort case-insensitively. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135674 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/ReleaseNotes.html') diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 5fc388e..c123e7c 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -639,13 +639,13 @@ from the previous release.

  • FindInsertedValue (in llvm/Analysis/ValueTracking.h)
  • gep_type_begin (in llvm/Support/GetElementPtrTypeIterator.h)
  • gep_type_end (in llvm/Support/GetElementPtrTypeIterator.h)
  • +
  • InsertValueInst::Create
  • +
  • InsertValueInst::getIndices
  • +
  • InvokeInst::Create
  • IRBuilder::CreateCall
  • IRBuilder::CreateExtractValue
  • IRBuilder::CreateInsertValue
  • IRBuilder::CreateInvoke
  • -
  • InsertValueInst::Create
  • -
  • InsertValueInst::getIndices
  • -
  • InvokeInst::Create
  • MDNode::get
  • MDNode::getIfExists
  • MDNode::getTemporary
  • -- cgit v1.1