mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
Add prototype for the lowersetjmp pass
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8522 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f7c7f5abf8
commit
370910d2a0
@ -11,6 +11,13 @@
|
|||||||
class Pass;
|
class Pass;
|
||||||
class Function;
|
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
|
// createConstantMergePass - This function returns a new pass that merges
|
||||||
// duplicate global constants together into a single constant that is shared.
|
// duplicate global constants together into a single constant that is shared.
|
||||||
|
Loading…
Reference in New Issue
Block a user