mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-12 14:06:36 +00:00
Add prototype for the lowersetjmp pass
llvm-svn: 8522
This commit is contained in:
parent
bad3f67b54
commit
0c3066b0ae
@ -11,6 +11,13 @@
|
||||
class Pass;
|
||||
class Function;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// createLowerSetJmpPass - This function lowers the setjmp/longjmp intrinsics to
|
||||
// invoke/unwind instructions. This should really be part of the C/C++
|
||||
// front-end, but it's so much easier to write transformations in LLVM proper.
|
||||
//
|
||||
Pass* createLowerSetJmpPass();
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// createConstantMergePass - This function returns a new pass that merges
|
||||
// duplicate global constants together into a single constant that is shared.
|
||||
|
Loading…
Reference in New Issue
Block a user