mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-08 09:43:20 +00:00
Add an argument.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20413 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0fbd914362
commit
7dd732bf80
@ -232,7 +232,7 @@ FunctionPass *createTailCallEliminationPass();
|
||||
// This pass convert malloc and free instructions to %malloc & %free function
|
||||
// calls.
|
||||
//
|
||||
FunctionPass *createLowerAllocationsPass();
|
||||
FunctionPass *createLowerAllocationsPass(bool LowerMallocArgToInteger = false);
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// This pass converts SwitchInst instructions into a sequence of chained binary
|
||||
|
Loading…
x
Reference in New Issue
Block a user