From: Owen Anderson Date: Wed, 4 Aug 2010 18:27:08 +0000 (+0000) Subject: Add a note about the changing pass registration interface. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=87ebbc0c5652b21278f6c351b8da3e6042caee52;p=oota-llvm.git Add a note about the changing pass registration interface. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110231 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 4f14ac65ce2..1692003a4c3 100644 --- a/docs/ReleaseNotes.html +++ b/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?