forked from OSchip/llvm-project
parent
cbf0667743
commit
7cbb22abe6
|
@ -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…
Reference in New Issue