Expose a pass ID for lower-invoke

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

View File

@ -260,8 +260,7 @@ FunctionPass *createLowerSwitchPass();
// into calls to abort().
//
FunctionPass *createLowerInvokePass();
extern const PassInfo *LowerInvokePassID;
//===----------------------------------------------------------------------===//
//