diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 4f14ac65ce24..1692003a4c32 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -340,6 +340,11 @@ expose new optimization opportunities:

  • VISIBILITY_HIDDEN is gone.
  • +
  • + The RegisterPass and RegisterAnalysisGroup templates are + considered deprecated, but continue to function in LLVM 2.8. Clients are + strongly advised to use the upcoming INITIALIZE_PASS() and + INITIALIZE_AG_PASS() macros instead.
  • SMDiagnostic takes different parameters now. //FIXME: how to upgrade?