diff options
author | Tanya Lattner <tonic@nondot.org> | 2004-05-28 20:14:12 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2004-05-28 20:14:12 +0000 |
commit | 50cbb9ad3e56604416e7a714cdbdca5e55f3a2b9 (patch) | |
tree | c8101b9a40d5e2d520de5eef618443b0a6de70a0 /llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.h | |
parent | 90dc744ac025e940afcea4581d2c443100c6e08a (diff) | |
download | bcm5719-llvm-50cbb9ad3e56604416e7a714cdbdca5e55f3a2b9.tar.gz bcm5719-llvm-50cbb9ad3e56604416e7a714cdbdca5e55f3a2b9.zip |
updates to ModuloSched
llvm-svn: 13881
Diffstat (limited to 'llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.h')
-rw-r--r-- | llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.h b/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.h index 62abc7c5286..cc4c51514dd 100644 --- a/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.h +++ b/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.h @@ -93,8 +93,10 @@ namespace llvm { //void saveValue(const MachineInstr*, const std::set<Value*>&, std::vector<Value*>*); - void writePrologue(std::vector<MachineBasicBlock *> &prologues, MachineBasicBlock *origBB, std::vector<BasicBlock*> &llvm_prologues); + void writePrologues(std::vector<MachineBasicBlock *> &prologues, const MachineBasicBlock *origBB, std::vector<BasicBlock*> &llvm_prologues); + void writeEpilogues(std::vector<MachineBasicBlock *> &epilogues, const MachineBasicBlock *origBB, std::vector<BasicBlock*> &llvm_epilogues); + public: ModuloSchedulingPass(TargetMachine &targ) : target(targ) {} virtual bool runOnFunction(Function &F); |