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"