projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6183882
)
Remove sparc specific passes from public headers
author
Chris Lattner
<sabre@nondot.org>
Sat, 20 Dec 2003 09:15:21 +0000
(09:15 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/MachineFunction.h
b/include/llvm/CodeGen/MachineFunction.h
index 60478cfe5a62166b47061e9f367d8bd4dd296e2a..2eb6fa798c58fcf10a133e0e444a3833da1b2cdb 100644
(file)
--- 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 {