mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 21:31:03 +00:00
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
This commit is contained in:
parent
a54db0c485
commit
87ebbc0c56
@ -340,6 +340,11 @@ expose new optimization opportunities:</p>
|
|||||||
<li>
|
<li>
|
||||||
VISIBILITY_HIDDEN is gone.
|
VISIBILITY_HIDDEN is gone.
|
||||||
</li>
|
</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>
|
<li>
|
||||||
SMDiagnostic takes different parameters now. //FIXME: how to upgrade?
|
SMDiagnostic takes different parameters now. //FIXME: how to upgrade?
|
||||||
</li>
|
</li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user