mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
[Docs] Fix typo in scheduler model documentation. enumemation->enumeration
llvm-svn: 320288
This commit is contained in:
parent
6873c253c8
commit
dcc54421cd
@ -1008,7 +1008,7 @@ Instruction Scheduling
|
||||
----------------------
|
||||
|
||||
Instruction itineraries can be queried using MCDesc::getSchedClass(). The
|
||||
value can be named by an enumemation in llvm::XXX::Sched namespace generated
|
||||
value can be named by an enumeration 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 NoItinerary class.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user