summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SparcV9/ModuloScheduling/MSSchedule.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/SparcV9/ModuloScheduling/MSSchedule.h')
-rw-r--r--llvm/lib/Target/SparcV9/ModuloScheduling/MSSchedule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/SparcV9/ModuloScheduling/MSSchedule.h b/llvm/lib/Target/SparcV9/ModuloScheduling/MSSchedule.h
index 92a942b43c1..34a37db8b65 100644
--- a/llvm/lib/Target/SparcV9/ModuloScheduling/MSSchedule.h
+++ b/llvm/lib/Target/SparcV9/ModuloScheduling/MSSchedule.h
@@ -28,7 +28,7 @@ namespace llvm {
std::map<int, std::map<int, int> > resourceNumPerCycle;
//Check if all resources are free
- bool resourcesFree(MSchedGraphNode*, int, int II);
+ bool resourcesFree(MSchedGraphNode*, int, int II);
bool resourceAvailable(int resourceNum, int cycle);
void useResource(int resourceNum, int cycle);
OpenPOWER on IntegriCloud