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:
4f94637
)
Add prototypes for creation/destruction passes
author
Chris Lattner
<sabre@nondot.org>
Mon, 28 Oct 2002 01:11:58 +0000
(
01:11
+0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/MachineFunction.h
b/include/llvm/CodeGen/MachineFunction.h
index 141838f6003fd144e2b564bdfc3317bb9c140bc6..46f0e54c95102b1e36f6900320eb1b06a58e5114 100644
(file)
--- a/
include/llvm/CodeGen/MachineFunction.h
+++ b/
include/llvm/CodeGen/MachineFunction.h
@@
-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;