summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2010-08-04 18:27:08 +0000
committerOwen Anderson <resistor@mac.com>2010-08-04 18:27:08 +0000
commit87ebbc0c5652b21278f6c351b8da3e6042caee52 (patch)
tree3ab5bdad12389234e8d594039b2c24a8ee1eaf64 /docs
parenta54db0c48597d68e54528d0ae129f1f1ea4c0b50 (diff)
downloadllvm-87ebbc0c5652b21278f6c351b8da3e6042caee52.tar.gz
llvm-87ebbc0c5652b21278f6c351b8da3e6042caee52.tar.bz2
llvm-87ebbc0c5652b21278f6c351b8da3e6042caee52.tar.xz
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
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 4f14ac65ce..1692003a4c 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -341,6 +341,11 @@ expose new optimization opportunities:</p>
VISIBILITY_HIDDEN is gone.
</li>
<li>
+ The <tt>RegisterPass</tt> and <tt>RegisterAnalysisGroup</tt> templates are
+ considered deprecated, but continue to function in LLVM 2.8. Clients are
+ strongly advised to use the upcoming <tt>INITIALIZE_PASS()</tt> and
+ <tt>INITIALIZE_AG_PASS()</tt> macros instead.
+<li>
SMDiagnostic takes different parameters now. //FIXME: how to upgrade?
</li>
<li>