From 2922c102b32b9414cec7dc3b1befc6c768b020f5 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Tue, 24 Apr 2018 13:01:03 +0000 Subject: [PATCH] [MC] Remove orphan MCSchedModel::computeReciprocalThroughput declaration. NFCI. llvm-svn: 330713 --- llvm/include/llvm/MC/MCSchedule.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/llvm/include/llvm/MC/MCSchedule.h b/llvm/include/llvm/MC/MCSchedule.h index f832385c5f19..01b7771bb6ee 100644 --- a/llvm/include/llvm/MC/MCSchedule.h +++ b/llvm/include/llvm/MC/MCSchedule.h @@ -312,10 +312,6 @@ struct MCSchedModel { static Optional getReciprocalThroughput(unsigned SchedClass, const InstrItineraryData &IID); - Optional computeReciprocalThroughput(const MCSubtargetInfo &STI, - const MCInstrInfo &MCII, - unsigned Opcode) const; - /// Returns the default initialized model. static const MCSchedModel &GetDefaultSchedModel() { return Default; } static const MCSchedModel Default;