Add prototypes for creation/destruction passes
authorChris Lattner <sabre@nondot.org>
Mon, 28 Oct 2002 01:11:58 +0000 (01:11 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 28 Oct 2002 01:11:58 +0000 (01:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4309 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineFunction.h

index 141838f6003fd144e2b564bdfc3317bb9c140bc6..46f0e54c95102b1e36f6900320eb1b06a58e5114 100644 (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;