[llvm] r330713 - [MC] Remove orphan MCSchedModel::computeReciprocalThroughput declaration. NFCI.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 24 06:01:03 PDT 2018


Author: rksimon
Date: Tue Apr 24 06:01:03 2018
New Revision: 330713

URL: http://llvm.org/viewvc/llvm-project?rev=330713&view=rev
Log:
[MC] Remove orphan MCSchedModel::computeReciprocalThroughput declaration. NFCI.

Modified:
    llvm/trunk/include/llvm/MC/MCSchedule.h

Modified: llvm/trunk/include/llvm/MC/MCSchedule.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MCSchedule.h?rev=330713&r1=330712&r2=330713&view=diff
==============================================================================
--- llvm/trunk/include/llvm/MC/MCSchedule.h (original)
+++ llvm/trunk/include/llvm/MC/MCSchedule.h Tue Apr 24 06:01:03 2018
@@ -312,10 +312,6 @@ struct MCSchedModel {
   static Optional<double>
   getReciprocalThroughput(unsigned SchedClass, const InstrItineraryData &IID);
 
-  Optional<double> 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;




More information about the llvm-commits mailing list