mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-20 02:34:48 +00:00
Expose a pass ID that can be 'required'
llvm-svn: 11376
This commit is contained in:
parent
da61b0ab20
commit
f1de565975
@ -70,6 +70,8 @@ namespace {
|
||||
X("lowerinvoke", "Lower invoke and unwind, for unwindless code generators");
|
||||
}
|
||||
|
||||
const PassInfo *llvm::LowerInvokePassID = X.getPassInfo();
|
||||
|
||||
// Public Interface To the LowerInvoke pass.
|
||||
FunctionPass *llvm::createLowerInvokePass() { return new LowerInvoke(); }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user