Remove sparc specific passes from public headers
authorChris Lattner <sabre@nondot.org>
Sat, 20 Dec 2003 09:15:21 +0000 (09:15 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 20 Dec 2003 09:15:21 +0000 (09:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10552 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineFunction.h

index 60478cfe5a62166b47061e9f367d8bd4dd296e2a..2eb6fa798c58fcf10a133e0e444a3833da1b2cdb 100644 (file)
@@ -32,8 +32,6 @@ class MachineFunctionInfo;
 class MachineFrameInfo;
 class MachineConstantPool;
 
-FunctionPass *createMachineCodeConstructionPass(TargetMachine &TM);
-FunctionPass *createMachineCodeDestructionPass();
 FunctionPass *createMachineFunctionPrinterPass();
 
 class MachineFunction : private Annotation {