forked from OSchip/llvm-project
[MC] Remove orphan MCSchedModel::computeReciprocalThroughput declaration. NFCI.
llvm-svn: 330713
This commit is contained in:
parent
482cef6c3d
commit
2922c102b3
|
@ -312,10 +312,6 @@ struct MCSchedModel {
|
||||||
static Optional<double>
|
static Optional<double>
|
||||||
getReciprocalThroughput(unsigned SchedClass, const InstrItineraryData &IID);
|
getReciprocalThroughput(unsigned SchedClass, const InstrItineraryData &IID);
|
||||||
|
|
||||||
Optional<double> computeReciprocalThroughput(const MCSubtargetInfo &STI,
|
|
||||||
const MCInstrInfo &MCII,
|
|
||||||
unsigned Opcode) const;
|
|
||||||
|
|
||||||
/// Returns the default initialized model.
|
/// Returns the default initialized model.
|
||||||
static const MCSchedModel &GetDefaultSchedModel() { return Default; }
|
static const MCSchedModel &GetDefaultSchedModel() { return Default; }
|
||||||
static const MCSchedModel Default;
|
static const MCSchedModel Default;
|
||||||
|
|
Loading…
Reference in New Issue