From 7351188cb99cc43d10c21c1c9b1fc2f12f2c7075 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 27 Oct 2008 04:39:23 +0000 Subject: [PATCH] mention getresult -> extractvalue (PR2935) llvm-svn: 58226 --- docs/ReleaseNotes.html | 4 ++++ 1 file changed, 4 insertions(+) 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"