Re-commit r192758 - MC: quote tricky symbol names in asm output
[oota-llvm.git] / docs / WritingAnLLVMBackend.rst
index 85d0de11e8227d665b91112b186f34a75d6842b0..a2a0f6cdcaa2664548a9240f698181d4f43c5d85 100644 (file)
@@ -953,9 +953,9 @@ XXXInstrInfo.h:
   } // 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.
+value can be named by an enumemation in llvm::XXX::Sched namespace 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
 ----------------------------