[Target] fix typo; NFC

llvm-svn: 297836
This commit is contained in:
Sanjay Patel 2017-03-15 14:01:28 +00:00
parent 8f49635500
commit 8633d96836
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ class ProcResourceKind;
// changes this to an in-order issue/dispatch resource. In this case,
// the scheduler counts down from the cycle that the instruction
// issues in-order, forcing a stall whenever a subsequent instruction
// requires the same resource until the number of ResourceCyles
// requires the same resource until the number of ResourceCycles
// specified in WriteRes expire. Setting BufferSize=1 changes this to
// an in-order latency resource. In this case, the scheduler models
// producer/consumer stalls between instructions that use the