[Mips][msa] Added the simple builtins (fadd to ftq)
[oota-llvm.git] / docs / WritingAnLLVMBackend.rst
index 85d0de11e8227d665b91112b186f34a75d6842b0..73381b545177be3a94236783ab26fa8e024fa09b 100644 (file)
@@ -952,11 +952,6 @@ XXXInstrInfo.h:
     int16_t getNamedOperandIdx(uint16_t Opcode, uint16_t NamedIndex);
   } // End namespace XXX
 
-Instruction itineraries can be queried using MCDesc::getSchedClass(). The
-value can be named by an enum generated by TableGen in XXXGenInstrInfo.inc.
-The name of the schedule classes are the same as provided in XXXSchedule.td plus
-a default NoIntinerary class.
-
 Instruction Relation Mapping
 ----------------------------