aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/ModuloScheduling/MSSchedule.h
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2005-02-23 02:01:42 +0000
committerTanya Lattner <tonic@nondot.org>2005-02-23 02:01:42 +0000
commit01b4abd3487b313482ebbce42398ef0d129b2737 (patch)
tree597943b0b5bc34da780540f0758b8b76dc7e7694 /lib/Target/SparcV9/ModuloScheduling/MSSchedule.h
parent6c2997f5b90449b00387d0635ce9acf0874b8383 (diff)
Fixed bug in findAllcircuits. Fixed branch addition to schedule. Added debug information.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20280 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SparcV9/ModuloScheduling/MSSchedule.h')
-rw-r--r--lib/Target/SparcV9/ModuloScheduling/MSSchedule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SparcV9/ModuloScheduling/MSSchedule.h b/lib/Target/SparcV9/ModuloScheduling/MSSchedule.h
index fcf405d724..b94ab3eb54 100644
--- a/lib/Target/SparcV9/ModuloScheduling/MSSchedule.h
+++ b/lib/Target/SparcV9/ModuloScheduling/MSSchedule.h
@@ -45,7 +45,7 @@ namespace llvm {
int getStartCycle(MSchedGraphNode *node);
void clear() { schedule.clear(); resourceNumPerCycle.clear(); kernel.clear(); }
std::vector<std::pair<MSchedGraphNode*, int> >* getKernel() { return &kernel; }
- bool constructKernel(int II);
+ bool constructKernel(int II, std::vector<MSchedGraphNode*> &branches);
int getMaxStage() { return maxStage; }