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:
cefc18e
)
Expose a pass ID for lower-invoke
author
Chris Lattner
<sabre@nondot.org>
Fri, 13 Feb 2004 16:16:35 +0000
(16:16 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 13 Feb 2004 16:16:35 +0000
(16:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11377
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Transforms/Scalar.h
patch
|
blob
|
history
diff --git
a/include/llvm/Transforms/Scalar.h
b/include/llvm/Transforms/Scalar.h
index da17b8d10cc30ee563ffc1f8bf5e5153748545db..b50d1884ce79aac3695f4416803c51726ca82895 100644
(file)
--- a/
include/llvm/Transforms/Scalar.h
+++ b/
include/llvm/Transforms/Scalar.h
@@
-260,8
+260,7
@@
FunctionPass *createLowerSwitchPass();
// into calls to abort().
//
FunctionPass *createLowerInvokePass();
-
-
+extern const PassInfo *LowerInvokePassID;
//===----------------------------------------------------------------------===//
//