MC: Remove MCSubtargetInfo::InitCPUSched()
[oota-llvm.git] / include / llvm / MC / MCSubtargetInfo.h
index cfc7da4d8fb7a200e7e7dc76c2ae77e636947e10..89110ff44b4ef51dc3303386ecf1dd6c2187c145 100644 (file)
@@ -78,9 +78,6 @@ public:
   /// feature string). Recompute feature bits and scheduling model.
   void InitMCProcessorInfo(StringRef CPU, StringRef FS);
 
-  /// InitCPUSchedModel - Recompute scheduling model based on CPU.
-  void InitCPUSchedModel(StringRef CPU);
-
   /// ToggleFeature - Toggle a feature and returns the re-computed feature
   /// bits. This version does not change the implied bits.
   FeatureBitset ToggleFeature(uint64_t FB);