From: Chris Lattner Date: Mon, 27 Oct 2008 04:39:23 +0000 (+0000) Subject: mention getresult -> extractvalue (PR2935) X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f322a9807ac3d3c5063e338e0f421e76d3c752fc;p=oota-llvm.git mention getresult -> extractvalue (PR2935) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58226 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 446e0186b28..b8bd5f54f08 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -545,6 +545,10 @@ converted to strings using llvm::GetConstantStringInfo defined via
  • Various header files like "llvm/ADT/iterator" were given a ".h" suffix. Change your code to #include "llvm/ADT/iterator.h" instead.
  • +
  • The getresult instruction has been removed and replaced with the + extractvalue instruction. This is part of support for first class + aggregates.
  • +
  • In the code generator, many MachineOperand predicates were renamed to be shorter (e.g. isFrameIndex() -> isFI()), SDOperand was renamed to SDValue (and the "Val"