mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-23 20:34:58 +00:00
[MC] Remove orphan MCSchedModel::computeReciprocalThroughput declaration. NFCI.
llvm-svn: 330713
This commit is contained in:
parent
0ae11a3f7b
commit
c8e4fc2a95
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user