diff options
author | Chris Lattner <sabre@nondot.org> | 2003-12-20 09:15:21 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-12-20 09:15:21 +0000 |
commit | 73c1366ee2197dd2226546f5c10431d625e464ce (patch) | |
tree | a0a74efeb4c462756f70e014fd4fba3d5edd1325 /include/llvm | |
parent | 61838824c2d1e594be0f3a027c57cd931dc642da (diff) | |
download | external_llvm-73c1366ee2197dd2226546f5c10431d625e464ce.zip external_llvm-73c1366ee2197dd2226546f5c10431d625e464ce.tar.gz external_llvm-73c1366ee2197dd2226546f5c10431d625e464ce.tar.bz2 |
Remove sparc specific passes from public headers
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10552 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r-- | include/llvm/CodeGen/MachineFunction.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/MachineFunction.h b/include/llvm/CodeGen/MachineFunction.h index 60478cf..2eb6fa7 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 { |