Expose a pass ID that can be 'required'

llvm-svn: 11376
This commit is contained in:
Chris Lattner 2004-02-13 16:16:16 +00:00
parent cbf0667743
commit 7cbb22abe6
1 changed files with 2 additions and 0 deletions

View File

@ -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(); }