mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
Add prototype
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12194 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ed570a7dca
commit
f0b6070272
@ -114,6 +114,12 @@ Pass *createDeadArgEliminationPass();
|
||||
// as well. This is definitely not safe, and should only be used by bugpoint.
|
||||
Pass *createDeadArgHackingPass();
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// createArgumentPromotionPass - This pass promotes "by reference" arguments to
|
||||
// be passed by value.
|
||||
//
|
||||
Pass *createArgumentPromotionPass();
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// createIPConstantPropagationPass - This pass propagates constants from call
|
||||
// sites into the bodies of functions.
|
||||
|
Loading…
x
Reference in New Issue
Block a user