projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4198a2
)
Expose a pass ID that can be 'required'
author
Chris Lattner
<sabre@nondot.org>
Fri, 13 Feb 2004 16:16:16 +0000
(16:16 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 13 Feb 2004 16:16:16 +0000
(16:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11376
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Utils/LowerInvoke.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Utils/LowerInvoke.cpp
b/lib/Transforms/Utils/LowerInvoke.cpp
index 1ce19f695ab8e4fa4e8eca543e31dfc83b8480ef..43618266cb774fbfa132158fbfde6c096f9b98fb 100644
(file)
--- a/
lib/Transforms/Utils/LowerInvoke.cpp
+++ b/
lib/Transforms/Utils/LowerInvoke.cpp
@@
-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(); }