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:
Chris Lattner 2002-10-28 01:11:58 +00:00
parent 4f9463772b
commit e42a84f64f

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;