diff options
Diffstat (limited to 'llvm/tools/llvm-mca/Instruction.h')
| -rw-r--r-- | llvm/tools/llvm-mca/Instruction.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/tools/llvm-mca/Instruction.h b/llvm/tools/llvm-mca/Instruction.h index a4a1498f04e..fb9551d96c2 100644 --- a/llvm/tools/llvm-mca/Instruction.h +++ b/llvm/tools/llvm-mca/Instruction.h @@ -285,10 +285,7 @@ public: VecUses &getUses() { return Uses; } const VecUses &getUses() const { return Uses; } const InstrDesc &getDesc() const { return Desc; } - unsigned getRCUTokenID() const { return RCUTokenID; } - int getCyclesLeft() const { return CyclesLeft; } - void setCyclesLeft(int Cycles) { CyclesLeft = Cycles; } // Transition to the dispatch stage, and assign a RCUToken to this // instruction. The RCUToken is used to track the completion of every |

