forked from OSchip/llvm-project
Add prototypes for creation/destruction passes
llvm-svn: 4309
This commit is contained in:
parent
e94db67c4f
commit
f200a3e251
|
@ -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