diff options
-rw-r--r-- | lib/Target/SparcV9/InstrSched/InstrScheduling.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SparcV9/InstrSched/InstrScheduling.cpp b/lib/Target/SparcV9/InstrSched/InstrScheduling.cpp index 874dd61876..f0ac384442 100644 --- a/lib/Target/SparcV9/InstrSched/InstrScheduling.cpp +++ b/lib/Target/SparcV9/InstrSched/InstrScheduling.cpp @@ -163,7 +163,7 @@ public: // constructors and destructor public: // accessor functions to query chosen schedule const SchedGraphNode* getInstr (unsigned int slotNum, - CycleCount_t c) const { + CycleCount_t c) { const InstrGroup* igroup = this->getIGroup(c); return (igroup == NULL)? NULL : (*igroup)[slotNum]; } |