mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-14 17:34:41 +00:00
Expose a pass ID that can be 'required'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11376 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b4198a2880
commit
cefc18e7d9
@ -70,6 +70,8 @@ namespace {
|
|||||||
X("lowerinvoke", "Lower invoke and unwind, for unwindless code generators");
|
X("lowerinvoke", "Lower invoke and unwind, for unwindless code generators");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const PassInfo *llvm::LowerInvokePassID = X.getPassInfo();
|
||||||
|
|
||||||
// Public Interface To the LowerInvoke pass.
|
// Public Interface To the LowerInvoke pass.
|
||||||
FunctionPass *llvm::createLowerInvokePass() { return new LowerInvoke(); }
|
FunctionPass *llvm::createLowerInvokePass() { return new LowerInvoke(); }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user