summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mca/Scheduler.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llvm-mca/Scheduler.h')
-rw-r--r--llvm/tools/llvm-mca/Scheduler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/llvm-mca/Scheduler.h b/llvm/tools/llvm-mca/Scheduler.h
index 6f677744a38..a3ef14456a3 100644
--- a/llvm/tools/llvm-mca/Scheduler.h
+++ b/llvm/tools/llvm-mca/Scheduler.h
@@ -363,7 +363,7 @@ public:
void issueInstruction(
unsigned Index, const InstrDesc &Desc,
- llvm::SmallVectorImpl<std::pair<ResourceRef, unsigned>> &Pipes);
+ llvm::SmallVectorImpl<std::pair<ResourceRef, double>> &Pipes);
void cycleEvent(llvm::SmallVectorImpl<ResourceRef> &ResourcesFreed);
@@ -420,7 +420,7 @@ class Scheduler {
void notifyInstructionIssued(
unsigned Index,
- llvm::ArrayRef<std::pair<ResourceRef, unsigned>> Used);
+ llvm::ArrayRef<std::pair<ResourceRef, double>> Used);
void notifyInstructionExecuted(unsigned Index);
void notifyInstructionReady(unsigned Index);
void notifyResourceAvailable(const ResourceRef &RR);
OpenPOWER on IntegriCloud