mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 06:32:24 +00:00
New prototype for lowerpacked pass.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17915 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1b9fe1cbbe
commit
4c4c415fca
@ -247,6 +247,11 @@ FunctionPass *createLowerSwitchPass();
|
||||
//
|
||||
FunctionPass *createLowerSelectPass(bool OnlyFP = false);
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// This pass converts PackedType operations into low-level scalar operations.
|
||||
//
|
||||
FunctionPass *createLowerPackedPass();
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// This pass converts invoke and unwind instructions to use sjlj exception
|
||||
// handling mechanisms. Note that after this pass runs the CFG is not entirely
|
||||
|
Loading…
x
Reference in New Issue
Block a user