diff options
Diffstat (limited to 'llvm/tools/llvm-mca/Dispatch.cpp')
-rw-r--r-- | llvm/tools/llvm-mca/Dispatch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-mca/Dispatch.cpp b/llvm/tools/llvm-mca/Dispatch.cpp index 7c2fd9d5b28..ae9b2edc7e2 100644 --- a/llvm/tools/llvm-mca/Dispatch.cpp +++ b/llvm/tools/llvm-mca/Dispatch.cpp @@ -385,7 +385,7 @@ unsigned DispatchUnit::dispatch(unsigned IID, Instruction *NewInst, NewInst->setRCUTokenID(RCUTokenID); notifyInstructionDispatched(IID); - SC->scheduleInstruction(IID, NewInst); + SC->scheduleInstruction(IID, *NewInst); return RCUTokenID; } |