[llvm] r194976 - Docs: Fix typo: NoIntinerary -> NoItinerary.
Ahmed Bougacha
ahmed.bougacha at gmail.com
Sun Nov 17 13:24:34 PST 2013
Author: ab
Date: Sun Nov 17 15:24:34 2013
New Revision: 194976
URL: http://llvm.org/viewvc/llvm-project?rev=194976&view=rev
Log:
Docs: Fix typo: NoIntinerary -> NoItinerary.
Modified:
llvm/trunk/docs/WritingAnLLVMBackend.rst
Modified: llvm/trunk/docs/WritingAnLLVMBackend.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/WritingAnLLVMBackend.rst?rev=194976&r1=194975&r2=194976&view=diff
==============================================================================
--- llvm/trunk/docs/WritingAnLLVMBackend.rst (original)
+++ llvm/trunk/docs/WritingAnLLVMBackend.rst Sun Nov 17 15:24:34 2013
@@ -955,7 +955,7 @@ XXXInstrInfo.h:
Instruction itineraries can be queried using MCDesc::getSchedClass(). The
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.
+the same as provided in XXXSchedule.td plus a default NoItinerary class.
Instruction Relation Mapping
----------------------------
More information about the llvm-commits
mailing list