summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitf16eb37b5483bf10dfe1e94eea5653c73b70b6b9 (patch)
tree6fe96ba8ada43b20d0b47946ba52fe7693b44adc /llvm/docs
parent0950212b5048c94eb5a1138e045804d07c156386 (diff)
downloadbcm5719-llvm-f16eb37b5483bf10dfe1e94eea5653c73b70b6b9.tar.gz
bcm5719-llvm-f16eb37b5483bf10dfe1e94eea5653c73b70b6b9.zip
Add a note about the changing pass registration interface.
llvm-svn: 110231
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/ReleaseNotes.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index 4f14ac65ce2..1692003a4c3 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/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>
OpenPOWER on IntegriCloud