mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.
This is some of my original LLVM code. *wipes tear* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136821 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -576,14 +576,13 @@ it run faster:</p>
|
||||
|
||||
<div>
|
||||
|
||||
<p>If you're already an LLVM user or developer with out-of-tree changes based
|
||||
on LLVM 2.9, this section lists some "gotchas" that you may run into upgrading
|
||||
from the previous release.</p>
|
||||
<p>If you're already an LLVM user or developer with out-of-tree changes based on
|
||||
LLVM 2.9, this section lists some "gotchas" that you may run into upgrading
|
||||
from the previous release.</p>
|
||||
|
||||
<ul>
|
||||
<!--
|
||||
<li></li>
|
||||
-->
|
||||
<li>The <code>LowerSetJmp</code> wasn't used effectively by any of the
|
||||
targets and was removed.</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
@@ -667,6 +666,9 @@ from the previous release.</p>
|
||||
isn't used by the current front-ends. So this was removed during the
|
||||
exception handling rewrite.</li>
|
||||
|
||||
<li>The <code>LLVMAddLowerSetJmpPass</code> function from the C API was removed
|
||||
because the <code>LowerSetJmp</code> pass was removed.</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user