mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-19 04:31:17 +00:00
Add prototypes for creation/destruction passes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4309 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4f9463772b
commit
e42a84f64f
@ -18,7 +18,10 @@ class Function;
|
||||
class Constant;
|
||||
class Type;
|
||||
class TargetMachine;
|
||||
class Pass;
|
||||
|
||||
Pass *createMachineCodeConstructionPass(TargetMachine &Target);
|
||||
Pass *createMachineCodeDestructionPass();
|
||||
|
||||
class MachineFunction : private Annotation {
|
||||
hash_set<const Constant*> constantsForConstPool;
|
||||
|
Loading…
x
Reference in New Issue
Block a user