[llvm-commits] [llvm] r110231 - /llvm/trunk/docs/ReleaseNotes.html
Owen Anderson
resistor at mac.com
Wed Aug 4 11:27:08 PDT 2010
Author: resistor
Date: Wed Aug 4 13:27:08 2010
New Revision: 110231
URL: http://llvm.org/viewvc/llvm-project?rev=110231&view=rev
Log:
Add a note about the changing pass registration interface.
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=110231&r1=110230&r2=110231&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Wed Aug 4 13:27:08 2010
@@ -341,6 +341,11 @@
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>
More information about the llvm-commits
mailing list