mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Add prototypes for creation/destruction passes
llvm-svn: 4309
This commit is contained in:
parent
e15e3807a1
commit
d711c00823
@ -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…
Reference in New Issue
Block a user