Add prototypes for creation/destruction passes

llvm-svn: 4309
This commit is contained in:
Chris Lattner 2002-10-28 01:11:58 +00:00
parent e94db67c4f
commit f200a3e251
1 changed files with 3 additions and 0 deletions

View File

@ -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;