aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineFunction.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/CodeGen/MachineFunction.h')
-rw-r--r--include/llvm/CodeGen/MachineFunction.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/MachineFunction.h b/include/llvm/CodeGen/MachineFunction.h
index 60478cfe5a..2eb6fa798c 100644
--- a/include/llvm/CodeGen/MachineFunction.h
+++ b/include/llvm/CodeGen/MachineFunction.h
@@ -32,8 +32,6 @@ class MachineFunctionInfo;
class MachineFrameInfo;
class MachineConstantPool;
-FunctionPass *createMachineCodeConstructionPass(TargetMachine &TM);
-FunctionPass *createMachineCodeDestructionPass();
FunctionPass *createMachineFunctionPrinterPass();
class MachineFunction : private Annotation {